#AgendaGridView {
    .agendaDay {
        padding: 3rem 0 1rem; 
        border-bottom-width: 2px;
        border-bottom-style: solid;
        margin-bottom: 2rem;
    }

    .agendaItem:not(.header) {
        padding-right:0;
        padding-left: 0;
        border-width: 1px;
        border-bottom-style: solid;

        p {
            margin-bottom: 0;
            line-height: 1.1;
            font-weight: 600;
        }

        p.agendaDescription {
            font-weight: 400;
            font-size: 80%;
        }
    }

    .header {
        padding: .5rem 0;
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    .sectionTitle {
        margin-bottom: 2rem;
    }

    .agendaItems:not(:last-child) {
        margin-bottom: 3rem;
    }

    .moderatorTitle, .speakerTitle {
        font-weight: 600;
    }

    .speakerDetails {
        display: block;
    }

    .agendaItem {
        margin: initial;
    }
}