nav>.container { width: 100%; }

/* FOOTER */ .footer{ background: #003e72; color: #fff; } .footer .col-xs-12, .footer [class^="col-"]{ margin-bottom: 0; } /* PROGRAM */ .schedule__item { display: table; width: 100%; } .schedule__item--major{ background: #FFF; border-bottom: 3px solid #003e72; } .schedule__item--major .schedule__time, .schedule__item--major .schedule__desc{ color: #003e72; }

.schedule__time {
    display: table-cell;
    width: 120px;
    padding: 10px 15px;
    color: #003e72;
    white-space: nowrap;
    font-weight: bold;