.PhoneNumbersnoTrans {
	position:relative;
	text-align:center;
}
.PhoneNumbersnoTrans li{
  float:left;
  margin:0  15px;

}
.PhoneNumbersnoTrans div.active{
	
}

@media screen and (max-width: 550px) {
.PhoneNumbersnoTrans {
position: relative;
width: 100% !important;
height: 50px !important;
text-align: left;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}

}