<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.separator.radio {
    height: auto;
}

.little-pub {
    height: auto;
    position: absolute;
}

.row-articles {
    position: relative;
}

#dBody {
    margin-top:0px !important;
}

/*
* Global styling
*/
.title {
    padding: 11px;
    height: 50px;
    width: 280px;
    border-radius: 30px;
    letter-spacing: 2px;
    margin: auto;
    font-family: HelveticaNeueLightCondensed, Arial Narrow;
    text-align: center;
    font-size: 24px;
    color: white;
    margin-top: 15px;
}

.title a {
    color: white;
}

.purple-bg {
    background-color: #6c44a0;
}

.grey-bg {
    background-color: grey;
}

.photo-video {
    width: 280px;
    /*height: 40px;*/
    margin-left:auto !important;
    margin-right: auto !important;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 24px !important;
    font-family: HelveticaNeueLightCondensed, Arial Narrow;
}


.blue-dark {
    background-color: #242E40;
}

/*
*   People/Buzz section
*/
.billboard img{
    width: 100%;
    padding: 2%;
}


/*
*   LOL Section
*/
.lol {
    margin-top: 35px;
}

.lol .container {
    margin-bottom: 30px;
}

.lol .title {
    margin-top: 8px;
    margin-bottom: 29px;
}


.lol .video-thumb .play {
    position: absolute;
    left: 110px;
    top: 45px;
    width: 80px;
    opacity: 0.6;
    transition: all 0.2s ease-in;
}

.video-thumb {
    height: 270px;
    padding-left: 0;
}

.video-thumb .container [class*="col"] {
    margin-bottom: 35px !important;
}

.lol .video-thumb:hover .play {
    transition: all 0.2s ease-in;
    opacity: 1;
}

.video-thumb h3 {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 95px;
    background-color: #f8f8f8;
    color: black;
    text-transform: uppercase;
    font-family: HelveticaNeueBlackCondensed, 'Roboto Condensed', Arial Narrow;
    padding-top: 15px;
    text-align: left;
    padding: 15px;
    height: 95px;
    box-shadow: rgba(0, 0, 0, 0.137255) 0px 2px 2px;
    width: 300px;
    line-height: 25px;
}


/*
*   Photo/Video Section
*/
.see-more {
    margin-bottom: 15px !important;
}

@media (max-width: 425px) {


    .video-thumb {
        margin: auto;
        /*width: 79%;*/
        padding: 0;
    }

    .video-thumb img {
        /*width: 100%;*/
        height: 100%;
    }

    .video-thumb h3 {
        width: 300px;
    }
    .lol .video-thumb .play {
        bottom: 35px;
        top: auto;
    }
}


@media (max-width: 689px) {
    .row-articles {
        margin-top: 0 !important;
    }
    .index-ad {
        overflow: hidden;
    }
}
@media (max-width: 1400px) {
    .logo &gt; img {
        margin-top: 18% !important;
    }
}
</pre></body></html>