table.tableizer-table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
} 
.tableizer-table th{
	background: #444260;
	color: white;
	padding: 20px 15px;
}
.tableizer-table th:nth-child(1){
	text-align: left;
}
.tableizer-table td {
	padding: 15px 15px;
	border: 1px solid #eee;
}

.tableizer-table .awards-item{
	cursor: pointer;
}
.tableizer-table .awards-item:after{
	content:" (?)";
	font-weight: bold;
}
.tableizer-table .awards-detail{
	margin:15px auto;
	display: block;
}

.tableizer-table td:nth-child(2),
.tableizer-table td:nth-child(3),
.tableizer-table td:nth-child(4),
.tableizer-table td:nth-child(5),
.tableizer-table td:nth-child(6),
.tableizer-table td:nth-child(7){
	text-align: center;
}
