@CHARSET "UTF-8";

table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	margin-top: 15px;
}

thead {
	background-color: #E1002E;
	color: #FFFFFF;
	border-bottom: 1px #dcdcdc solid;
	font-weight: 400;
}

tbody {
	background-color: #FFFFFF;
}

td {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 26px;
}

td:first-child {
	padding-right: 30px;
}

thead td {
	border-left: 1px #ffffff dotted;
	text-align: center;
}

thead td:first-child {
	border-left: 0;
	text-align: left;
}

tbody td {
	border-left: 1px #616161 dotted;
	border-bottom: 1px #dcdcdc solid;
	text-align: center;
}

tbody td:first-child {
	border-left: 0;
	text-align: left;
}

td.colspan {
	background-color: #f1f1f1;
	text-align: center;
}