* {
box-sizing: border-box; }

body {
padding: 0;
margin: 0;
font-size: 2.0em;
font-family: 'Tahoma' }

.container {
text-align: center;
width: 100%;
min-height: 100vh;
display: flex;
align-items: top; }

.data {
max-width: 1350px;
margin: 0 auto; }

.row {
padding: 0.5em; }

label {
display: block; }

.lbl {
display: inline-block; }

input,select {
font-size: 1.5em; }

h1 {
font-size: 1.5em; }

.space {
display: block; }

.button, .submit {
text-decoration: none;
display: inline-block;
background-color: #dedede;
text-align: center;
font-size: 1.2em;
overflow: hidden;
white-space: nowrap;
padding: 0.5em;
margin: 0.25em; }

.w175 {
width: 175px; }

.button2 {
text-decoration: none;
display: inline-block;
background-color: #ccc;
text-align: center;
font-size: 0.9em;
overflow: hidden;
white-space: nowrap;
padding: 0.5em;
margin: 0.25em; }

.small {
color: gray;
font-size: 0.8em; }

.zamestnanec {
xoverflow: hidden;
text-align: left;
padding: 10px 0;
xwhite-space: nowrap;
margin-right: 1%;
width: 98%;
font-size: 0.9em;
margin-bottom: 5px;
background-color: #efefef;
display: inline-block; }

.zamestnanec span {
display: block;
font-size: 0.7em; }

.error {
color: red; }

.blue {
background-color: blue; }

.orange {
background-color: orange; }

.red {
background-color: #ff7777; }

.brown {
background-color: #C19A6B; }

.green {
background-color: #77ff77; }
