/* CSS Document */

.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear{
	clear:both;	
}

.hidden{
	display:none;
}

.empty{
	color:#999;
}
.mobile table.no-responsive{ width:100%;}
.mobile .noresp{ width:100%; overflow:scroll;}