/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
 

/* ===[ CSS HOOK BOTTOM ]=== */

.mastbottom {
    padding: 40px 0;
    color: #fff;
    background: url(./images/tile-bg-head.png) fixed 100% 100% #ee836e;
    visibility: hidden !important;
}
.panel-forum>.panel-heading {
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    color: #fff;
    border-color: transparent;
    border-radius: 3px 3px 0 0;
    background-color: #174c23 !important;
}

.postbody .content {
    font-family: inherit;
    font-size: 1em;
    margin-top: 20px;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: #000000 !important;
    -webkit-text-size-adjust
Specifies a size adjustment for displaying text content in mobile browsers.
: 100%;
    -ms-hyphens: auto;
}