<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************************/
/* Responsive &amp; Adblock killer promo                         */
/* Inscription - Stylesheet                                  */
/* URL : https://www.carpediem-sheets.com/adblock/index.html */
/* Support : philippe@carpediem.fr                           */
/*************************************************************/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #000000;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

h2 {
    margin: 0;
    margin: 10px 0;
    padding: 0;
    font-size: 20px;
    color: #E533BC;
}

h4 {
    margin: 0;
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    color: #E533BC;
}

p {
    padding: 5px 10px;
}

.form-control {
    font-size: 16px;
}

.pull-center {
    text-align: center;
    margin: 0 auto;
}

.pinkText {
    color: #E130B8;
}

.smallText {
    text-align: justify;
    font-size: 12px
}

.btn-success {
    background: #38B7EE;
    border: 1px solid #3890EC;
}

.btn-success:hover {
    background: #3890EC;
    border: 1px solid #3890EC;
}

.btn-download {
    display: block; width: 100%;
}

.btn-download {
    display: block; 
    width: 100%;
}

.btn-download .btn-text {
    text-align: left; 
    line-height: 24px;
}

.panel-info {
    margin: 10px auto;
    border: 1px solid #E42ABB;
}

.panel-info .panel-heading {
    background: #E130B8;
    color: #ffffff;
}

.breadcrumb {
    font-size: 11px;
    padding: 5px 2px;
}

header {
    width: 100%;
    height: 78px;
    background: url(../img/header.png) #E42ABB;
    background-size: cover;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

header h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 78px;
}

header h1 .highlight {
    color: #38B7EE;
}

.container-fluid {
    width: 98%;
    max-width: 840px;
}

.thumb {
    display: block;
    width: 100%:;
    height: 130px;
    overflow: hidden;
}

.thumb img {
    max-height: 100%;
}

/* Validator */
.form-group  .form-control-feedback { padding-top: 2px; }
.form-group label.error { position: absolute; top: 27px; right: 30px; display: block; width: auto; height: 20px; margin: 0; padding: 5px; font-size: 12px; font-weight: bold; line-height: 20px; color: #A94442; }

@media only screen and ( max-device-width: 728px ) {

    br:first-child { display: none; }

}

@media only screen and ( max-device-width: 640px ) {

    header h1 {
        font-size: 25px;
    }

}

@media only screen and ( max-device-width: 480px ) {

    header h1 {
        padding: 0 20px;
        font-size: 18px;
        line-height: 34px;
    }

}

@media only screen and ( max-device-width: 360px ) {

    h2 {
        text-align: center; 
    }

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