@charset "UTF-8";
/* CSS Document */


/*  Case Study
-----------------------------------------------------------------------------*/

div.container-of-client {
	border-top: solid #efefef 1px;
	padding-top: 24px;
	padding-bottom: 32px;
}

div.client-col2 h2{
	margin-top: 0em;
	margin-bottom: 1em;
}

div.container-of-summary {
	float: left; 
	width: 100%; 
	margin-bottom: 6px;
}

div.summary-col1 {
	float: left; 
	width: 20%;
}

div.summary-col2 {
	float: right; 
	width: 78%;
}

div.casestudy {
	clear: both;
}
