h1 {
 font-weight: bold;
 font-size: 1.5em;
 margin-bottom: 15px;
}
label {
 display: block;
 width: 150px;
 float: left;
 }
table {
 border-collapse: collapse;
 width: 79%; 
 }
table, th, td {
 border: 1px solid black;
 }
th.view {
 width: 95px;
} 
th.wide {
 width: 300px;
}
th.narrow {
 width: 65px;
}
td.total {
 font-weight: bold;
}
td.center {
 text-align: center;
}
p {
 margin: 3px;
}
div {
 display: block;
 margin-top: 10px;
 margin-right: 21%;
}
div.wide {
 display: block;
 margin-right: 0px;
}
div#chyba {
 display: block;
 color: red;
 font-weight: bold;
}
div#ordering {
 display: block;
 position: fixed;
 left: 80%;
 margin-top: 0px;
 margin-right: 0px;
 overflow: scroll;
 height: 80%;  
}
ul {
 list-style-position: inside;
 padding-left: 10px;
 margin: 0;
}
ul.filter li {
 padding-bottom: 10px;
}
