table.lists {
	border: medium none;
}
thead.lists, th.lists {
	border: #C3C3C3 1px solid;
	font-weight: normal;
	font-size: 12px;
	color: black;
	white-space: nowrap;
	background-color: #C98B5F;
	text-align:center;
}
tbody.lists, td.lists {
	font-weight: normal;
	font-size: 12px;
	border: #C3C3C3 1px solid;
	color: black;
	background-color: #F5F0AD;
	text-align:left;
}
div.lists-nadpis {
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-align:left;
}
div.lists-info {
	font-weight: normal;
	font-size: 14px;
	color: black;
	text-align:left;
}
caption.lists {
	font-weight: normal;
	font-size: 14px;
	color: black;
	text-align:left;
}
tr.lists-o {
	background-color: #F5F0AD;
}
tr.lists-e {
	background-color: #E5E09D;
}
tr.lists-m {
	background-color: #F8FFCA;
	/* cursor: pointer; */
}
td,th {
	white-space:nowrap;
}
