.nodeEvent.nodeTeaser .columnWrapper .eventActions .eventAction.eventActionEventInfo a,
.light .blockPageTitle,
.topBarWrapper,
.footerCopyright,
.top-navbar-custom
{
    background: #929292;
    background: -moz-linear-gradient(90deg, #929292 0%, #000000 100%);
    background: -webkit-linear-gradient(90deg, #929292 0%, #000000 100%);
    background: linear-gradient(90deg, #929292 0%, #000000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#929292",endColorstr="#000000",GradientType=1);
}
 
.blockClubRoagContent img {
    vertical-align: bottom;
}
@media only screen and (max-width: 767px){
    .blockExtraPurchases .itemSelectionContent ul li:nth-child(6n) {
        margin: 0 auto 17px;
    }
}