.details-price {
    margin: 0;
    padding: 1em;
    background: AliceBlue;
    border-radius: 1em;
}

.details-header {
    font-weight: normal;
    font-size: large;
    text-transform: uppercase;
}

.details-text{
    margin: 1rem 0px 3rem;
    text-align: justify;
}

.details-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
}

.details-nav > a {
    margin: 0px 1rem;
}

section.course-staff > h4 {
    margin: 0px;
    font-weight: bold;
    font-size: medium;
}

#course-direction-of-preparation + div.details-text ul {
    padding: 0;
    list-style-type: none;
}

#course-direction-of-preparation + div.details-text li > span {
    margin-right: 2rem;
}

#course-competences + div.details-text ul {
    padding: 0;
    list-style-type: none;
}

#requirements + table.details-text{
    border-collapse: collapse;
    border: 1px solid;
}

#requirements + table.details-text th, td {
    padding: 0.5rem;
    border: 1px solid;
}

#requirements + table.details-text th {
    font-weight: bold;
    background-color: LightGrey;
}