.nodeEvent.nodeTeaser .columnWrapper .eventActions .eventAction.eventActionEventInfo a,
.light .blockPageTitle,
.topBarWrapper,
.footerCopyright,
.top-navbar-custom
{
    background: #26acdb;
    background: -moz-linear-gradient(90deg, #26acdb 0%, #4CD2FF 100%);
    background: -webkit-linear-gradient(90deg, #26acdb 0%, #4CD2FF 100%);
    background: linear-gradient(90deg, #26acdb 0%, #4CD2FF 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26acdb",endColorstr="#4CD2FF",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;
    }
}