.eq-socialbuttons- {
  width: 100%;
  display:block;
  overflow:hidden;
  clear:both;
}

.eq-socialbuttons- h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.eq-socialbuttons-nl{
  border-top: none;
  border-bottom: none;
  
}

.eq-socialbuttons-tl{
  border-top: thin solid #808080;
  border-bottom: none;
  padding-top: 5px;
}

.eq-socialbuttons-bl{
    border-top: none;
  border-bottom: thin solid #808080;
  padding-bottom:5px;
  overflow:hidden;
}

.eq-socialbuttons-bothl{
  border-top: thin solid #808080;
  border-bottom: thin solid #808080;
  padding-top: 5px;
  padding-bottom:5px;
  overflow:hidden;
}

.eq-socialbuttons-left{
	text-align:left;
}

.eq-socialbuttons-left a{
	border:0 !important;
	margin-right: 5px;
}

.eq-socialbuttons-right{
    text-align:right;
}

.eq-socialbuttons-right a{
	border:0 !important;
	margin-left: 5px;
}

.eq-socialbuttons-center{
    margin-left: auto;
    margin-right: auto;
    text-align:center !important;
}

.eq-socialbuttons-center a{
	border:0 !important;
	margin-left: 5px;
}