/*****************************************************************
* 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/ 
* **************************************************************
*
* BBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
 
body {
    color: #000;
    font-size: 14px;
}

.titleLineCharts h2, li.index-title h1 {
    color: #333;
}



.content{
    color:#222!important;
} 

.description{
    color :#333;
} 

a:link, a:visited {
    color: #333;
}
.mainnav > ul > li > a {
    color: #333;
}

body {
    padding: 20px;
}

footer .bottomLinks {
    margin-bottom: inherit;
}

.content blockquote {
    margin: 1em 0 1em;
}

.forum-answer {
    background-color: #E1EBF2;
    font-size: 16px;
}



.separator i {
    background: #E1EBF2;
}

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

.inline-attachment {
    max-width: 400px;
}




/* ===[ BBmembership fix ]=== */
.avn-price-table.avn-style12 .items > ul > li {
    width: 80%;
    font-size: 16px;
}