/* ------------------
 styling for the tables 
   ------------------   */

.hor-minimalist-b
{
    float: left;
	font-family: arial;
	font-size: 12px;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 5px;
}
.hor-minimalist-b th,.hor-minimalist-b .head
{
	font-size: 14px;
	font-weight: bold;
	/*color: #3f3f3f;*/
	color: #6a6a6a;
	padding: 5px 8px;
	border-bottom: 2px solid #cfcfcf;
}

.hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #3f3f3f;
	padding: 6px 8px;
}
.hor-minimalist-b tbody tr:hover td
{
	color: #ac0013;
}