body.ucet .predpisy header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}

body.ucet .predpisy header label {
    font-size: 16px;
    font-weight: bold;
}

body.ucet .predpisy header select {
    padding: 3px 10px;
    border: 1px solid #999;
}

body.ucet table thead TD {
    background: white;
    font-weight: bold;
    border-width: 0 0 1px 0;
}

body.ucet table TD {
    border-width: 1px 0 0;
    border-color: rgba(0, 0, 0, 0.3);
}

body.ucet TR:first-child TD{
    background: none;
}

body.ucet table TD:first-child {
    padding-left: 0;
}

body.ucet table TD:last-child {
    padding-right: 0;
}

body.ucet .predpisy .buttons{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}