#single-agenda-head h2,
#single-agenda-head h3 {
    margin: 0;
}

#agenda-info {
    font-size: 14px;
}

#agenda-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#agenda-info ul li {
    display: flex;
    justify-content: space-between;
}

#agenda-info ul li:not(:last-of-type){
    margin-bottom: 10px;
}

#agenda-info ul li small {
    margin-left: 10px;
}

#agenda-info .agenda-row {
    display: flex;
}

#agenda-info .agenda-row:first-of-type {
    padding: 0 0 20px 0;
}

#agenda-info .agenda-row:not(:first-of-type):not(:last-of-type) {
    padding: 20px 0;
}

#agenda-info .agenda-row:not(:last-of-type) {
    border-bottom: 1px solid var(--color-input-border);
}

#agenda-info .agenda-row:last-of-type {
    padding: 20px 0 0 0;
}

#agenda-info .agenda-row strong {
    width: 100px;
}

#agenda-info .button {
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
}

#agenda-program-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#agenda-program-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#agenda-program-list li h4 {
    white-space: nowrap;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid var(--color-block-border);
    height: 80px;
    display: flex;
    align-items: center;
}

#agenda-program-list li p:not(:last-of-type){
    margin: 0 0 1em 0;
}
#agenda-program-list li p:last-of-type {
    margin: 0;
}

#inschrijven {
    position: absolute;
    margin-top: -100px;
}

#agenda-signup {
    padding-top: 120px;
    padding-bottom: 100px;
}


#agenda-signup [name="form-course"] {
    display: none;
}