:root{
	color-scheme: light dark;
}
body {
/*	background-color: black;
	color: white;*/
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	text-align: center
}
#wrapper {
	padding: 20px;
	border: 1px solid #333;
	box-shadow: 10px 10px 10px #666;
	border-radius: 10px;
	/*background-color: black;
	color: white;*/
	text-align:left;
	display: inline-block;
}

table {
	border: none;
	border-collapse: collapse;
	font-size: 12px;
}	
table tr {
	/*transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;*/
}
table tr:hover {
	/*background-color: #222222;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;*/
}
table td:first-child {
	text-align: left;
}
table td {
	border: none;
	text-align: center;
	/*border-left: 30px solid #fff;
	border-right: 30px solid #fff;*/
	border-bottom: 1px solid #222222;
	padding: 12px 2px 0;
	/*color: #669;*/
}

table td a {
	/*color: #669;*/
	font-weight: bold;
}

table th {
	border: none;
	text-align: center;
	border-right: 3px solid #232323;
	border-bottom: 3px solid #222222;
	padding: 12px 20px 0;
	/*color: #669;*/
}
