.programmeItem {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    margin: 25px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid gray;
}

.programmeItem > div {
    color: #354759;
    margin-right: 15px;
}

.programmeItem > div:nth-child(2) {
    width: 32px;
    text-align: center;
}

.programmeItem div.programmeTitle {
    width: 80%;
    font-weight: 700;
}

.programmeTime {
    width: 10%;
}

.programmeSpeaker {
    font-weight: 400;
    color:#676767;
}

.programmeItem img {
    width: 32px;
    float: none;
}

.programmeDetails {
    display: none;
    font-weight: 400;
}

.blue-important {
    color: #354759;
    font-weight: bold;
}

/*style="border-width: 10px; margin-right: 10px; margin-left: 10px;"*/