.table {

}
.table table {
	width: 100%;
	background-color: #000;
}
.table table tr th,
.table table tr td {
	background-color: #fff;
	padding: 4px;
}
.table table tr th {
	background-color: #ddd;
}
.table table tr td.title {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	width: 40px;
}
.table table tr td.level_title {
	background: #eee;
	text-align: center;
}

