@charset "UTF-8";
/* CSS Document */
table {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	width: auto;
}
td {
	font-size: small!important;
	width: auto!important;
	padding: 10px!important;
}

table tr td:nth-of-type(2){
	text-align: left;
}
table tr td:nth-of-type(3){
	white-space: nowrap;
	/*border: 1px solid #000;*/
}
table tr td:nth-of-type(4){
	white-space: nowrap;
}
table tr td:nth-of-type(5){
	white-space: nowrap;
}
table tr td:nth-of-type(6){
	white-space: nowrap;
}
table tr td:nth-of-type(7){
	white-space: nowrap;
}
table tr td:nth-of-type(8){
	white-space: nowrap;
}
table tr td:nth-of-type(9){
	white-space: nowrap;
}

table tr:nth-child(1) td{
	background: #000;
	font-size: large!important;
	font-weight: bold;
}
table tr:nth-child(2) td{
	border: 1px solid #000;
	text-align: center;
}