<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff !important;
    /*font-family: arial, verdana, helvetica, sans-serif !important;*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    color: #541212 !important;
    font-size: 1rem;
}

.splash_heading{
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(-3deg);
    color: hsl(0, 50%, 50%);
    display: inline-block;
    font-size: 1.4rem;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

ul.no_bullet {
    list-style: none;
    padding: 0 0 0 10px;
}

li.star_bullet:before {
    content: "\2B50";
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1rem;
    content: "\2B50";
}

a {
    color: #541212;
}

h3 {
    font-size: 1.1rem;
}

h2 {
    font-size: 1.2rem;
}

h1,
.featured_text {
    font-size: 1.3rem;
}
.small_font{
    font-size: .9rem;
}
#footer {
    width: 100%;
    margin: 0 0 50px 0;
    line-height: 1.6;
}

.featured_title {
    font-size: 1.4rem;
}

.pfd_h1,
.pfd_h2 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-transform: capitalize;
    font-display: swap;
}

.pfd_h1 {
    font-size: 2rem;
}

.pfd_h2 {
    font-size: 1.5rem;
}

.audible_background_landscape,
.audible_background_portrait {
    background-repeat: no-repeat;
    background-size: cover;
}

.audible_background_portrait {
    background-image: url("https://assets.competitorscompanion.com/images/books_portrait.jpg");
}

.audible_background_landscape {
    background-image: url("https://assets.competitorscompanion.com/images/books_landscape.jpg");
    height: 3rem;
}

.question_mark {
    display: block;
    padding: 2px 4px;
    text-align: center;
    font-weight: bold;
    background-color: #541212;
    border-radius: 4px;
    font-size: 1.2rem;
    float: right;
    color: #EEEEEE !important;
    box-sizing: border-box;
}

/* Flex */

.flex_cell{
    flex: 1;
}

.flex_column {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.flex_container {
    display: flex;
    gap: 4px;
}

.flex_50 {
    flex: 1 1 50%;
}

/* Grid */

.grid_complog {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 4px;
}

.grid_2,
.grid_2_mob {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.border_bottom{
    border-bottom: 1px solid rgb(200, 200, 200, 0.5);
}

.footer_grid,
.bingo_card {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    margin: 8px 0;
}

.complog_pages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 4px;
}

.header_nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 1px;
    clear: both;
}

.header_container {
    display: grid;
    grid-template-columns: minmax(100px, 150px) auto;
}

.email_grid {
    display: grid;
    grid-template-columns: 4fr 1fr;
}

#home_zero {
    display: grid;
    grid-template-columns: 4fr 2fr;
}

.competition_container {
    display: grid;
    grid-template-columns: auto 200px;
    border: 1px solid rgb(200, 200, 200, 0.5);
    box-shadow: 2px 2px 4px rgb(210, 210, 210, 0.5);
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 4px;
    box-sizing: border-box;
}

/* Remove these */
.competition_container_close {
    grid-column: 2;
    grid-row: 1;
}

.competition_container_description {
    grid-column: 1/3;
    grid-row: 2;
    font-size: 0.9rem;
}

.competition_container_domain {
    grid-column: 1;
    grid-row: 2;
}

.competition_container_answer {
    grid-column: 1;
    grid-row: 3;
}

.competition_container_links {
    grid-column: 2;
    grid-row: 2;
}

.competition_container_logged {
    grid-column: 2;
    grid-row: 3;
}

.forum_thread_container {
    display: grid;
    grid-template-columns: 5fr 1fr 2fr;
    border: 1px solid rgb(200, 200, 200, .5);
    box-shadow: 2px 2px 4px rgb(210, 210, 210, .5);
    margin: 8px 0;
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box;
}

.post_header {
    display: grid;
    grid-template-columns: 9fr 1fr;
}

.align_center {
    text-align: center;
}

.header_right,
.align_right {
    text-align: right;
}

#main {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#div_hidden,
#div_hidden_qa {
    display: none;
}

#div_visible {
    display: inline-block;
}

.balls {
    display: inline-block;
    text-align: center;
    font-size: 2em;
    border-radius: 2em;
    border: 4px solid #541212;
    width: 2em;
    height: 2em;
    font-weight: bold;
    line-height: 2em;
    margin: 8px;
}

.bingo_cell,
.bingo_cell_x {
    text-align: center;
    padding: 1em;
    border: 4px solid #541212;
    font-size: 3rem;
    font-weight: bold;
    box-sizing: border-box;
}

.bingo_cell_x {
    background-color: rgba(255, 0, 0, 0.3);
}

.bingo_win {
    position: absolute;
    text-align: center;
    font-weight: bolder;
    font-size: 10rem;
    bottom: 50%;
    right: 50%;
    transform: translateX(50%) translateY(50%) rotate(-30deg);
}

.fake_link {
    text-decoration: underline;
    cursor: pointer;
}

.cell_padded {
    padding: 8px 0;
    box-sizing: border-box;
}

.cell_padded_4 {
    padding: 4px 0;
    box-sizing: border-box;
}

.containers {
    padding: 4px;
    box-sizing: border-box;
}

.cell_margin {
    margin: 8px 0;
}

.main_logo {
    max-width: 150px;
    width: 100%;
}

.login_form {
    min-height: 2.5em;
}

.cta_button,
.a_button {
    padding: 1rem;
    box-sizing: border-box;
    border-radius: .5rem;
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    width: 100%;
    max-width: 350px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: 0;
}

.a_button {
    background-color: rgb(50, 50, 175);
}

.cta_button {
    background-color: rgb(50, 175, 50);
}

a.cta_button,
a.a_button {
    text-decoration: none;
    color: #ffffff;
}

a.ubutton {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #541212;
    box-sizing: border-box;
    font-size: 1em;
    vertical-align: top;
    margin-top: 4px;
    width: 100px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.form_button,
.form_button_1 {
    width: 100%;
    max-width: 250px;
    height: 40px;
    box-sizing: border-box;
    font-size: 1.2em;
    
}

.form_button {
    margin: 10px 0 10px 0;
}

.complog_page_button {
    padding: 8px;
    text-align: center;
    border: 1px solid #541212;
}

.login_field,
.login_button {
    height: 2.4em;
    box-sizing: border-box;
    padding: 4px;
    margin: 4px;
    border-radius: 4px;
    border: 1px solid #541212;
    font-size: 1em;
}

.login_button {
    width: 100px;
    box-sizing: border-box;
}

.header_list {
    display: inline-block;
    padding: 4px;
}

.header_nav_cell {
    background-color: #541212;
    color: #ffffff;
}

.header_hash_cell {
    background-color: rgba(80, 0, 0, 0.1);
}

.green_background {
    background-color: rgba(0, 255, 0, 0.1);
}

.header_hash_cell,
.header_nav_cell {
    padding: 8px;
    margin: 4px 0;
    min-height: 1em;
    box-sizing: border-box;
    text-align: center;
}

.header_nav_cell a {
    color: #ffffff;
}

.searchform {
    padding: 0;
}

.search {
    margin: 0;
    float: right;
}

.home_content {
    min-height: 400px;
}

.profile,
.bottom-border {
    border-bottom: 1px solid rgb(200, 200, 200, 0.5);
    min-height: 25px;
    padding: 15px 0;
    box-sizing: border-box;
}

.reset_field {
    width: 80%;
}

.email_container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(200, 200, 200, 0.5);
    box-shadow: 2px 2px 4px rgb(210, 210, 210, 0.5);
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px;
    overflow-wrap: break-word !important;
}

.email_body {
    min-height: 200px;
    margin-bottom: 16px;
}

.already_registered {
    display: block;
    margin: 16px 0;
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
}

.no_underline {
    text-decoration: none;
}

#box {
    clear: both;
    max-width: 680px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#boxwin {
    position: absolute;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    max-width: 350px;
    width: 100%;
    border: 3px solid #541212;
    background-color: rgb(255, 233, 233);
    left: 0;
    right: 0;
    top: 0;
    margin: 25% auto auto auto;
    box-shadow: 3px 3px 5px #888888;
    z-index: 10;
}

.boxwintitle {
    font-size: 1.4em;
    font-weight: bold;
}

.boxwintext,
.bold_text {
    font-weight: bold;
}

a.upgrade_today {
    color: yellow;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
        -1px 1px 0 #000, 1px 1px 0 #000;
}

.upgrade_today {
    transform: rotate(-7deg);
    font-weight: bold;
    font-size: 1.4em;
    display: inline-block;
    margin: 10px;
}

.you_won {
    font-weight: bold;
    font-size: 1.4em;
    color: yellow;
    text-shadow: 3px 3px 10px #000000;
}

.member_status_amber,
.member_status_red {
    width: 100%;
    min-height: 20px;
    margin: 0 0 2px 0;
    line-height: 20px;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
}

.member_status_amber {
    border: 1px solid rgba(255, 204, 0, 1);
    background-color: rgba(255, 204, 0, 0.3);
}

.member_status_red {
    border: 1px solid rgba(255, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.3);
}

.content {
    display: grid;
    grid-template-columns: auto 200px;
    box-sizing: border-box;
    gap: 4px;
}

.ad_right {
    text-align: center;
    position: sticky;
    top: 0;
    margin: 8px 0;
    min-height: 600px;
}

.logimg,
.logimg_head {
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
}

.competition_details_container,
.post_container {
    border: 1px solid rgb(200, 200, 200, 0.5);
    box-shadow: 2px 2px 4px rgb(210, 210, 210, 0.5);
    margin-bottom: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.competition_details_foot {
    padding: 35px 5px 5px 5px;
    box-sizing: border-box;
}

.text_field_max,
.text_area_max,
.text_area_min,
.text_field_min {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #541212;
    border-radius: 4px;
    color: #541212;
    font-size: 1.2em;
    
    padding: 0 4px;
}

.text_area_max {
    height: 100px !important;
}

.text_field_min,
.text_area_min {
    max-width: 250px;
}

.field_div {
    margin-top: 10px;
}

.featured_title,
.featured_text {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0px 5px 2px 5px;
    margin-top: 2px;
    font-weight: bold;
    padding-bottom: 0px;
    margin: 2px 0 0 0;
}

.bold_comp {
    font-weight: bold;
    font-size: 1.2em;
}

#hamburger,
#mob_page_add {
    display: none;
}

input#navmenu[type="checkbox"] {
    display: none;
}

input#navmenu[type="checkbox"]:checked~#nav_container {
    display: block;
}

#nav_container {
    display: none;
    border: 1px solid rgba(80, 0, 0, 0.1);
}

.clicktop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 19999;
    text-decoration: none;
}

.home_zero_image {
    max-width: 100%;
    float: right;
}

.float_right {
    float: right;
}

#upgrade {
    width: 100%;
    text-align: center;
}

.upgraderadio {
    transform: scale(2);
    margin: 10px 10px 20px 10px;
}

.upgrade_images {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.tab_200 {
    display: inline-block;
    width: 200px;
}

.timesaver {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgb(200, 200, 200, 0.5);
    box-shadow: 2px 2px 4px rgb(210, 210, 210, 0.5);
}

.header_ad,
.margin_4 {
    margin: 4px 0;
}

.margin{
    margin: 1rem 0;
}

.mail_icon,
.red_mail_icon {
    margin-left: 4px;
    text-decoration: none;
}

.mail_icon {
    color: gray;
}

.red_mail_icon {
    color: red;
}

.forum_thread_container:nth-child(odd),
.post_container:nth-child(odd) {
    background-color: rgb(240, 240, 240);
}

@media screen and (max-width: 799px) {
    .text_field_min {
        max-width: unset;
    }

    .bingo_cell,
    .bingo_cell_x {
        font-size: 1rem;
    }

    .grid_2 {
        display: block;
    }

    .content {
        display: block;
    }

    .login_button {
        clear: both;
        margin-top: 5px;
        height: 30px;
        width: 33.3%;
    }

    .login_field {
        height: 30px;
    }

    a.ubutton {
        height: 32px;
        line-height: 15px;
    }

    .header_list,
    #cheeseburger,
    .mobbutton,
    .header_ad {
        display: none;
    }

    #mob_page_add {
        display: block;
        clear: both;
    }

    .form_button {
        width: 100%;
        max-width: unset;
    }

    #home_zero {
        display: block;
        width: 100%;
    }

    .home_zero_image {
        float: left;
        width: 100px;
    }

    .competition_container {
        display: block;
        margin: 0 5px 5px 5px;
    }

    .competition_container_links {
        text-align: center;
    }

    .logimg {
        width: 2rem;
        height: 2rem;
        margin-right: none;
        margin: 5px 20px;
    }

    #hamburger {
        display: block;
        padding: 5px;
        font-size: 1.5em;
        position: absolute;
        top: 0;
        right: 0;
        background-color: white;
    }

    .mob_nav {
        display: block;
        padding: 8px;
        border-top: 1px solid rgba(80, 0, 0, 0.1);
        width: 100%;
        box-sizing: border-box;
    }

    .mob_nav a,
    a.mob_nav {
        text-decoration: none;
    }

    .footer_grid {
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        font-size: 1.2em;
    }
    .flex_container{
        flex-wrap: wrap;
    }
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    border: 2px solid #f44336;
    border-radius: 3px;
    background: linear-gradient(#fc5f54, #f44336);
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 90%;
    /* Could be more or less, depending on screen size */
    max-width: 720px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.login_box {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.login_button1 {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    padding: 14px 20px;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgb(201, 123, 6);
    background-color: #ffae00;
    background: linear-gradient(#ffdf74, #ffae00);
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}</pre></body></html>