/* casestudy */
.contentCaseStudy .thumbLine {
  margin-bottom: 10px;
}  

.contentCaseStudy {
  margin-bottom: 10px;
} 

.contentCaseStudy .thumbLine .left {
  display:block;
  width:50%;
  float:left;
}

.contentCaseStudy .thumbLine .right {
  display:block;
  width:50%;
  float:right;
  text-align:right;
} 

.caseStudyLogo {
	margin-left:8px;
	margin-bottom:-12px;
	vertical-align: text-bottom;
}     

.contentCaseStudy img {
	border: 1px solid #e2e2e2;
}

