<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.badge {
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 400;
    color: #999;
    background: #e3e2dc;
    background: rgba(227,226,220,.25);
    border-top: 1px solid #d8d7d1;
    border-right: 1px solid #f1f0ed;
    border-bottom: 1px solid #f1f0ed;
    border-left: 1px solid #d8d7d1;
    border-radius: 3px;
    margin-right: 3px;
}

.badge:hover {
    color: #fff;
    background: #cb810d;
    border-top: 1px solid #cb810d;
    border-right: 1px solid #cb810d;
    border-bottom: 1px solid #cb810d;
    border-left: 1px solid #cb810d;
}

#topics-table td.topic {
    position: relative;
}

#topics-table td.topic .sticky {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #565656 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#topics-table td.topic .sticky span.glyphicon {
    position: absolute;
    top: -20px;
    left: 4px;
    font-size: 9px;
    color: #fff;
    opacity: 0.85;
}


#topics-table tbody td {
    vertical-align: middle;
}

#topics-table td.topic strong {
    font-size: 16px !important;
    line-height: 16px;
}

#topics-table td.replies {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-align: right;
}

.video-player {
    height: 386px;
    box-shadow: 2px 2px 15px rgba(0,0,0,.25);
}

#upload-copy h3 {
    margin-top: 100px;
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .video-player {
        height: 320px;
    }
    #upload-copy h3 {
        margin-top: 80px;
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    .video-player {
        height: 248px;
    }
    #upload-copy h3 {
        margin-top: 20px;
    }
}

/* XS */
@media (max-width: 767px) {
    .video-player {
        height: 166px;
    }
    #topics-table td.topic strong {
        font-size: 13px !important;
    }
    #topics-table td.topic {
        line-height: 15px;
    }
    #topics-table td.topic em {
        font-size: 10px;
    }
    #upload-copy h3 {
        margin-top: 0;
    }
    h1 {
        font-size: 30px;
    }
}</pre></body></html>