.itp-social-buttons-box {
  width: 440px;
  display:block;
  overflow:hidden;
  clear:both;
	margin-left:435px;
	height:60px;
}

.itp-social-buttons-box h4 {
float:left;
clear:right;
}

.itp-sbb-nl{
  border-top: none;
  border-bottom: none;
  
}

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

.itp-sbb-bl{
    border-top: none;
  border-bottom: thin solid #808080;
  padding-bottom:5px;
}

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


.itp-sb-left{

}

.itp-sb-right{
    float:right;
}

.itp-sb-center{
    margin-left: auto;
    margin-right: auto;
    text-align:center !important;
}