.details-line span::after {
    content: "|";
    margin: 0 0.5rem;
}
.details-line span:last-child::after {
    content: "";
}

.responsible-person-table tbody tr {
    line-height: 1.2;
    height: 32px;
}

.study-plan-group {
    border: 1px solid;
    border-bottom: none;
}

.study-plan-group:last-child {
    border-bottom: 1px solid;
}

.cast-planu {
    background-color: #CCCCCC;
    font-size: larger;
    font-weight: 600;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-bottom: 1px solid;
}

.min-pocet-kreditov{
    padding: 0 0 0 1rem;
}

.povinnost{
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    font-size: large;
    background-color: #e5e5e5;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.blok {
    padding: 0 0 0 1rem;
}

.predmety-table-container{
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: small;
    overflow-x: auto;
}

.predmety-table{
    background-color: #f2f2f2;
}

.zav-prace-table{
    font-size: small;
}
