* {
	font-family: sans-serif;
}

table {
	table-layout: auto;
}

body {
	background-color: black;
	padding-top: 60px;
	color: white;
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
/*#	border: 1px solid red;*/
}
.asak {
	text-align: center;
	margin: auto;
	font-size: 26pt;
	letter-spacing: 0.2em;
}

a {
	text-decoration: none;
	color: white;
}

tr {
	display: table-row;
}

td {
	display: table-cell;
}

a:hover {
	color: gray;
}


.tlev {
	display: table;
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	empty-cells: show;
	border-collapse: collapse;
}

.tlev td {
        border-top: 2px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-bottom: 2px solid rgb(250,250,250);

        margin: 0px;
        padding-left: 12px;
        padding-right: 12px;
        vertical-align: bottom;
        margin-top: 4px;
        padding-top: 2px;
        padding-bottom: 2px;

}

.tlev td.got {
	border-bottom: 1px solid black !important;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.tlev td.spac {
        padding-left: 4px;
        padding-right: 4px;
        border-top: 2px transparent;
        border-right: 1px transparent;
        border-left: 1px transparent;
	border-bottom: 2px solid white;
}
a {
	text-decoration: none;
	color: white;
}

