/* ------------------
 styling for the tables 
   ------------------   */


#hor-minimalist-b
{
	margin: 0px 0px 0px;
	width: 200px;
	text-align: left;
}
#hor-minimalist-b th
{
	color: #323e32;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

#hor-minimalist-b td
{
	color: #009D57;
	font-size: 16px;
	line-height: 19px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #00693F;
}