.agenda {
    background-color: #EBE9E6;
}

.agenda-content {
    background-color: #fff;
    padding: 20px 15px 10px;
    border-bottom: 8px solid #EBE9E6;
}

.agenda-content:last-child {
    border: none;
}

.agenda-content a {
    color: #F39800;
}

.agenda-content a:hover {
    color: #8577fb;
}

.agenda-content h5 {
    color: #6d6a75;
    font-size: 18px;
    font-weight: 400;
}

.break h4 {
    font-size: 20px;
    color: #37323e;
}

.track {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.track.titleA {
    color: #fe0468;
}

.track.titleB {
    color: #00b4dd;
}