<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* -- Appreciation Score Display: --------------------------------------- */
@media (max-width:767px) {
    .appreciationscore  {
        color:#999;
        font-size: 13px !important;
        display:inline-block;
        padding-left:18px;
    }
}
@media (min-width:768px) {
    .appreciationscore {
        color: #999;
        font-size: 13px !important;
        display: inline-block;
    }
}


/* -- Post Main Table Divs ---------------------------------------------- */
.postbox  {
    display:table;
    min-width:285px;
    margin:0 auto;
    margin-bottom:28px;
    overflow-x:hidden;
}
@media (max-width:767px) {
    .postbox {
        width: 100%;
        border-top:4px solid #aaa;
        border-bottom:0;
        border-left:0;
        border-right:0;

    }
}
@media (min-width:768px) {
    .postbox {
        width: 90%;
        border:1px solid #cccccc;
    }
}
.postboxrow  {
    display:table-row;
}
.postboxrow:hover .postboxleftcolumn  {
    background-color:#efefef;
}
.postboxrow:hover .postboxrightcolumn  {
    background-color:#fafafa;
}
.postboxcell  {
    padding:12px;
    font-family:'Lato',arial, sans-serif;
    font-size:18px;
    line-height:30px;
}
.postboxcell a, .postboxcell span, .postboxcell div, .postboxcell .quote, .postboxcell p  {
    font-size:18px;
    line-height:30px;
    font-family:'Lato',arial, sans-serif;
    padding-bottom:16px;
}

#newrepliesnotification {
    display:none;
    width:80%;
    min-width:280px;
    margin:0 auto;
    margin-bottom:20px;
    background-color: #fd8b50;
    text-decoration: none;
    padding:10px;
    text-align: center;
    border-top: 1px solid #cc5719;
    border-bottom: 1px solid #cc5719;
    border-radius: 4px;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    clear:both;
}


#postcontaineranchor  {
    position:relative;
    top:-100px;
}


/* -------------------------------------------------------------- */
/* -- Left Column  --------------------------------------- */
/* -------------------------------------------------------------- */

/* Left Column Definition:  */
@media (max-width:767px) {
    .postboxleftcolumn  {
        width:3px;
    }
}
@media (min-width:768px) {
    .postboxleftcolumn  {
        background-color:#f8f6f3;
        width:150px;
        min-width:150px;
        text-align:center;
    }
}

/* Posted By */
.postboxcell .postedby  {
    padding-bottom:3px;
}

/* Avatar */
.posteravatar  {
    padding:0;
    margin:0;
    display:block;
}
.posteravatar img {
    border-radius:2px;
    display:block;
    margin:0 auto;
    padding:0;
}
@media (max-width:767px) {
    .posteravatar img {
        max-width: 64px;
        max-height: 64px;
    }
}
@media (min-width:768px) {
    .posteravatar img {
        max-width: 90px;
        max-height: 85px;
    }
}

/* Date Posted Info */
.postboxcell .dateposteddisplay  {
    font-size:13px;
    line-height:21px;
    color:#555;
    display:block;
    padding:0;
    margin:0;
}

/* Chat Count Box */
a.chatcountbox, a.chatcountbox:link, a.chatcountbox:visited  {
    display:block;
    margin-top:8px;
    margin-bottom:8px;
    background-color:#e7e7e7;
    border:1px solid #cccccc;
    padding:23px 5px 5px 5px;
    text-align:center;
    background-image:url('/message_board/images/chat_count_icon.gif');
    background-repeat:no-repeat;
    background-position:center 8px;
    text-decoration:none;
    color:#555;
    font-size:13px;
    line-height:16px;
    box-shadow: 0 1px 0 0 #FFF inset;
    overflow:hidden;
}
a.chatcountbox:hover  {
    text-decoration:none;
}





/* -------------------------------------------------------------- */
/* -- Right Column Content --------------------------------------- */
/* -------------------------------------------------------------- */

/* Right Column Definition: */
.postboxrightcolumn  {
    background-color:#ffffff;
    min-width:250px;
    width:100%;
}

/* Post Main Content / Text */
.posttext {
    max-width: 725px;
    padding: 1vh 2vw 1vh 1vw;
}
.posttext img.shrunkimg  {
    border:0;
    border-radius:3px;
}
@media (max-width:767px) {
    .posttext img.shrunkimg {
        height:auto;
        width:auto;
        max-width:95%;
    }
}
@media (min-width:768px) {
    .posttext img.shrunkimg {
        height:auto;
        width:auto;
        max-width:95%;
    }
}

/* Gear */
a.postgear, a.postgear:link, a.postgear:visited  {
    float:right;
    display:inline-block;
    padding:4px 18px 18px 18px;
}
.postgear img  {
    width:17px;
    height:17px;
}

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