body {line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {line-height: 1.1;}
label {display: inline-block; margin-bottom: 0.6em;}
table, th, td {border: 1px solid black;}
.table {overflow-x: auto;}
th, td {padding: 0.1em 0.3em;}
th {background-color: #fff; position: sticky; top: 0;}
tr {transition: all 0.5s ease-out;}
tr.zavazne {background-color: #efe;}
tr.nahradnik {background-color: #eee;}
tr.changed {background-color: #ddf;}
textarea {width: 100%;}
summary {cursor: pointer;}
.chyba {color: red;}
.uspech {color: green;}
@media (max-width: 600px) {label em, #role label {display: block;}}
@keyframes highlight {
  from {background-color: red;}
  to {background-color: transparent;}
}