﻿/* Module - Reference case */

/* -- Structure -- */
.reference-case-row 
{
	clear:					both;
	overflow:				hidden;
	margin-bottom:			10px;
}
.reference-case {
	float:					left;
	width:					213px;
	margin-right:			29px;
}
.reference-case-row .last {
	margin-right:			0;
}
/* -- Content -- */
.reference-case h2 {
	color:					#fff;
	font-size:				14px;
	font-weight:			bold;
	margin:					2px 0 1px 0;
}
.reference-case p {
	margin-bottom:			0;
	color:					#fff;
	font-size:				12px;
	line-height:			16px;
}
.reference-case a:link,
.reference-case a:visited,
.reference-case a:active 
{
	text-decoration:		none;
}
.reference-case a:focus,
.reference-case a:hover 
{
	text-decoration:		underline;
}
