table {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #252525;
	background: #232323;
	font-family: arial;
	color: #fff;
}
table th, table td {
	margin: 0px;
	padding: 4px 10px;
	text-align: center;
	border-bottom: 2px solid #373737;
}
table th {
	color: #1a1a1a; 
}
table .name {
	text-align: left;
}
table tr {
	background: #7a7a7a;
}
table tr.alt {
	background: #4a4a4a;
}
.tabelka {
float:left;
background: #131313;
width: 100%;
margin-top: 25px;
margin-bottom: 20px;
}

table tr.alt1 {
	background: #252525;
