.nevyselcas { color: blue; font-weight: bold; }
.chyba { color: red; font-weight: bold; }
.top { color: #05d91c; font-weight: bold; }
.hod { background-color: #fdfdb2; padding: 2px; width: 2.3em; }
.side { background-color: #ffc4be; width: 5em; }
.sideVykon { background-color: #b3d6f4;; width: 5em; }
.fb		{ font-weight: bold; }

/*body	{ font-size: 0.8vw; }
table	{ font-size: 0.6vw; }
@media (max-width: 1440px) {
  table {	font-size: 0.7vw;	}
}
@media (max-width: 1200px) {
  table {	font-size: 1vw;	}
}*/

.f16	{ font-size: 16px; }
.f20	{ font-size: 20px; }
.f24	{ font-size: 24px; }

:-webkit-full-screen .oddel { padding:1px; }	/* Chrome, Safari and Opera syntax */
:-moz-full-screen .oddel { padding:1px; }	/* Firefox syntax */
:-ms-fullscreen .oddel { padding:1px; }	/* IE/Edge syntax */
:fullscreen .oddel { padding:1px; }	/* Standard syntax */

:-webkit-full-screen #reload2 { display:block; }
:-moz-full-screen #reload2 { display:block; }
:-ms-fullscreen #reload2 { display:block; }
:fullscreen #reload2 { display:block; }

:-webkit-full-screen body {font-size: 0.8vw; }
:-moz-full-screen body { font-size: 0.8vw; }
:-ms-fullscreen body { font-size: 0.8vw; }
:fullscreen body { font-size: 0.8vw; }

:-webkit-full-screen table {font-size: 0.6vw; }
:-moz-full-screen table { font-size: 0.6vw; }
:-ms-fullscreen table { font-size: 0.6vw; }
:fullscreen table { font-size: 0.6vw; }

:-webkit-full-screen td {padding:0;font-size: 1vw; }
:-moz-full-screen td { padding:0;font-size: 1vw; }
:-ms-fullscreen td { padding:0;font-size: 1vw; }
:fullscreen td { padding:0;font-size: 1vw; }

:-webkit-full-screen .f16 { font-size: 1.2vw; }
:-moz-full-screen .f16 { font-size: 1.2vw; }
:-ms-fullscreen .f16 { font-size: 1.2vw; }
:fullscreen .f16 { font-size: 1.2vw; }

:-webkit-full-screen .f20 { font-size: 1.6vw; }
:-moz-full-screen .f20 { font-size: 1.6vw; }
:-ms-fullscreen .f20 { font-size: 1.6vw; }
:fullscreen .f20 { font-size: 1.6vw; }

:-webkit-full-screen .f24 { font-size: 1.9vw; }
:-moz-full-screen .f24 { font-size: 1.9vw; }
:-ms-fullscreen .f24 { font-size: 1.9vw; }
:fullscreen .f24 { font-size: 1.9vw; }

@media (max-width: 1200px) {
	:-webkit-full-screen td {	font-size: 1.2vw; }
	:-moz-full-screen td { font-size: 1.2vw; }
	:-ms-fullscreen td { font-size: 1.2vw; }
	:fullscreen td { font-size: 1.2vw; }
}

.oddel {
  background-color: #fff;
}
.reload2 {
  display: none;
  margin-top: 0.69vw;
  background-color: grey;
}
#myBar {
  width: 1%;
  height: 3px;
  background-color: red;
}