html {
    scroll-padding-top: 65px;
}

.event.active {
    /* Only draw the top border */
    border-top: 10px solid #c0c0c0; 
}

.tickets.active {
    /* Only draw the bottom border */
    border-bottom: 10px solid #c0c0c0; 
}

.active-presale .desktop {
    font-weight: bold;
}

.active-presale .mobile button {
    border-color: #337ab7;
    border-width: 6px;
}