
	body {
	  font-family: Verdana;
	  size: 16px;
	}
	
	.note {
		font-size: 12px;
		font-style: italic;
	}
	
	.odkaz {
	  color: black;
	  font-size: 16px;
	  text-decoration: underline;
	}
	.odkaz:hover {
	  color: steelblue;
	  font-size: 16px;
	  text-decoration: none;
	}
	.odkaz_zapas {
	  color: white;
	  text-decoration: underline;
	}
	.odkaz_zapas:hover {
	  color: #F0F0F0;
	  text-decoration: none;
	}
	

	#js-tymy td.active {
	  text-decoration: underline;
	}
	#js-tymy td[data-tym]:hover {
	  text-decoration: underline;
	}

	
	table {
	  border-color: grey;
	  border-collapse: collapse;
	}
	td, th {
	  border-left: none;
	  border-right: none;
	}

	.table_small {
	  font-size: 10px;
	}
	.table_medium {
	  font-size: 12px;
	}
	.table_large {
	  font-size: 14px;
	}
	
	.forma {
		font-family: monospace, "JetBrains Mono", "Courier New", Consolas;
		font-size: 10px;
		letter-spacing: -1.5px;
	}
	.skore {
		font-family: monospace, "JetBrains Mono", "Courier New", Consolas;
		font-size: 10px;
	}