.tableStickyHeader thead th {
	position: sticky;
	z-index: 5;
	/* zamezuje zobrazení části řádku nad nadpisem při scrolování*/
	top: -16px;
}

.table_even  tr:nth-child(even) {
	background-color: #f2f2f2;
}

.table_hower tbody>tr:hover {
	background-color: #FFFFC2;
}