<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clientsList {
	margin-top: 30px;
	width: 530px;
	float: left;
}
.clientsList img {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	display: inline-block;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#clientPopup {
	position: absolute;
	color: white;
	width:308px;
	background-image: url('/images/clientpointer.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 15px;

}

#clientPopup div {
	padding: 10px;
	background-color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-border-radius: 5px;
	
	
}
#clientPopup h3 {
	color: #ff6600;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	
}
#clientPopup p {
	font-family: RooneyLightItalic;
	-webkit-font-smoothing: subpixel-antialiased;
	color: white;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}</pre></body></html>