.activeLink:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}

.ticketsWidget {
    box-shadow: none;
    padding: 0px 8px;
    height: 45px;
    width: auto;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    background-color: transparent;
    display: ruby;
}

.ticketsWidgetMobile {
    box-shadow: none;
    height: 38px;
    color: #ffffff;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    background-color: transparent;
    display: ruby;
    padding-left: 10px;

}

@media screen and (max-width: 480px) {
    .scheduleRowInterval {
        height: 54px;
    }
    .ticketsWidgetFont {
        font-size: 12px;
        width: 480px;
    }
}

@media screen and (max-width: 640px) and (min-width: 480px) {
    .scheduleRowInterval {
        height: 64px;
    }
    .ticketsWidgetFont {
        font-size: 12px;
        width: 100%;
    }
    .scheduleCell {
        padding-top: 20px;
    }
}

@media screen and (min-width: 640px) {
    .scheduleRowInterval {
        height: 72px;
    }
    .ticketsWidgetFont {
        font-size: 18px;
        width: 100%;
    }
}

@media screen and (min-width: 640px) {
    .ticketsWidgetFont {
        font-size: 18px;
        width: 100%;
    }
}

.scheduleTable {
    display: table;
    width: 100%;
}
.scheduleRow {
    display: table-row;
    text-transform: uppercase;
}
.scheduleGroup {
    display: table-row-group;
}
.scheduleCell {
    display: table-cell;
    width: 100%;
}
.scheduleCellLocation {
    font-size: 80%;
}

.scheduleRowLineBottom {
    border-bottom: 1px solid #383838;
    margin-bottom:10px;
}

a, div {
    border: initial;
}
