table {
	margin-top:30px;
	width:100%;
	margin-bottom:100px;
}

td {
    height: 20px;
    vertical-align: bottom;
    font-size:16px;
    padding-top:2px;
}
.first-col
{
	vertical-align:top;
	text-align:left;
	width:200px;
	font-weight:600;
	padding-right:30px;
	padding-left:20px;
}
.second-col
{
	vertical-align:top;
	text-align:left;
	width:200px;
}
.third-col
{
	vertical-align:top;
	text-align:left;
	width:100px;
}
.fourth-col
{
	vertical-align:top;
	padding-right:30px;
	text-align:right;
	width:80px;
}
.fifth-col
{
	vertical-align:top;
	padding-right:30px;
	text-align:right;
	width:80px;
}
tr td
{
  padding-bottom: 1em;
  line-height: 130%
}
th {
	font-size:17px;
	text-decoration:underline;
	color:#d51e00;
	font-weight:600;
	background-color:#d51e00;
	color:white;
	vertical-align:middle;
	padding: 10px 0px 10px 0px;
}
.hit-name
{
	color:#b59334;
	font-weight:500;
	font-size:14px;
}

.last-table{
	margin-bottom:0px;
}
