.wider-container {
    max-width: 1600px !important;
    margin: 0 auto;
}

.main-menu .navigation > li {
    margin-left: 28px;
}

/* Speaker grid: shrink long names so they fit on one line in the pink label band */
.speaker-block-three .info-box .name.name--long {
    font-size: 19px;
    line-height: 1.2em;
    white-space: nowrap;
}