/**
 * @author: Procurios
 * @about:  mmt-mdp-schedule.css
 *          Additional layout settings for the "schedule"-page of the meeting detail page
 */

/**
 * Schedule layout
 */

/** Table that acts as menu */
.mmt-mdp-section-schedule table {
    margin-bottom: 100px;
}

.mmt-mdp-schedule .mmt-mdp-schedule-time {
    width: 8em;
}

/** Speakers shouldn't be primary info */
.mmt-mdp-section-schedule td span,
.mmt-mdp-item-title span,
.mmt-mdp-item-title p {
    display: block;
    font-size: .85em;
}

.mmt-mdp-schedule tr.mmt-mdp-last td {
    border-bottom: 0;
}

/** List with schedule items */
.mmt-mdp-schedule-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mmt-mdp-schedule-items > li {
    padding: 1.3em 0 2.3em;
    border-top: 1px solid #ddd;
}

.mmt-mdp-item-title h4,
.mmt-mdp-item-title p {
    margin: 0;
}

.mmt-mdp-item-desc {
    margin-top: .8em;
}

.mmt-mdp-schedule-table tr {
    position: relative;
}
