<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Modal: Clubpage ad
 * Show modal promoting clubpage for clubs with more teams. 
 ********************************************************/
#modal-clubpage-ad figure {
    background: #eee;
    padding-top: 25px;
    margin: 25px -15px 30px;
    position: relative;
}
#modal-clubpage-ad .list-group {
    font-size: 17px;
}

#modal-clubpage-ad .modal-body {
    padding-bottom: 35px;
}

#modal-clubpage-ad .list-group-item {
    border:0;
    padding: 5px 0px;
}

#modal-clubpage-ad .topp100 {
    position: absolute;
    left: 454px;
    top: 128px;
    width: 120px;
}

#modal-clubpage-ad .btn {
    font-weight: 600;
}


#modal-clubpage-ad .top100 {
    position: absolute;
    right: 20px;
    top: -30px;
    width: 120px;
}

#modal-clubpage-ad .svelag-logo {
    width:180px;
}



@media (max-width: 888px) {
    #modal-clubpage-ad .top100 {
        top: -20px;
        width: 95px;
    }

}

    </pre></body></html>