/* CLEARFIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */

.harcourts_left_column, .harcourts_right_column{
	display:block;
	width:48.75%;
	margin:0;
	padding:0;
}

.harcourts_left_column ul, .harcourts_right_column ul{
	margin-top:16px!important;
	margin-bottom:30px!important;
}

.harcourts_left_column{
	float:left;
}

.harcourts_right_column{
	float:right;
}

small{
	font-size:0.8em!important;
}

@media(max-width:767px){
	.harcourts_left_column, .harcourts_right_column{
		width:100%;
		float:none;
	}

	.harcourts_left_column{
		margin-bottom:24px;
	}
}
