.tour-header h2 {
    font-family: 'Montserrat', Helvetica, sans-serif !important;
    font-weight: bold;
}

.seated-event-date-cell {
    font-size: 1.5rem;
    font-weight: 900;
}

.seated-events-table {
    font-family: 'Montserrat', Helvetica, sans-serif !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    background-color: rgba(0, 0, 0, .3) !important;
    font-weight: 700 !important;
    padding: 2%;
}

.seated-event-details-cell {
    opacity: 1 !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    text-align: center !important;
    min-width: 100%;
    margin: 2% 0% 2% 0%;
}

.seated-event-link-cells {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: row;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
}

.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited {
    margin: 0;
}

.seated-event-venue-name {
    width: 50%;
}

.seated-event-venue-location {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .seated-event-venue-cell {
        align-items: normal;
        justify-content: normal;
    }
}

@media screen and (max-width: 580px) {
    .seated-event-link-cells {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-direction: column;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .seated-event-venue-cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 32px;
        align-items: center;
        justify-content: center;
    }
}

.tour-header + .seated-event-row {
    margin-top: 20px;
}
