@charset "UTF-8";
/* CSS Document */

table{
	width: 350px;
	margin: 0 0 20px 0;
}

tr.title td{
	height: 30px;
	background: #017bc4;
	color: #fff;
	font-weight: bold;
	}

tr td:first-child{
	width: 100px;
} 

tr.title a{
	color: #fff;
    text-decoration: none;
}

td{
	padding: 0 0 0 10px;
	background: #c6c6c6;
	height: 25px;
	border-bottom: #e9e9e9 2px solid;
	}
	
td.mill{
	vertical-align:top;
	padding: 5px 0 5px 10px;
	min-height: 15px;
	height: auto;
	}
	
	td.mills{
		padding: 5px 0 5px 10px;
	min-height: 15px;
	height: auto;
		}
