@charset "UTF-8";

#tbl-clients, #tbl-clients table {
width:100%;
}
#tbl-clients td {
width:50%;
}
#tbl-clients hr {
margin:5px auto 5px auto;
width:87%;
color:#ACACAC;
background-color:#ACACAC;
height:2px;
border:0;
}
#tbl-clients h3 {
text-transform:uppercase;
}
#tbl-clients td table td {
width:auto;
padding:5px;
}
.client {
	display: inline-block;
	vertical-align: top;
	padding: 15px 25px;
	text-align: center;
}

.client img {
	height: 70px;	
}

.vertical .client, .vertical .client img {
	height: auto;
	width: 123px;
}

.vertical.force-height .client img {
	height: 180px;	
}

img.v {
	width: 90px;
	height: auto;
}

h2 {
	margin-top: 20px;	
}
