/*****************************************************************
* 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 ]=== */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Roboto','Arial','Helvetica',sans-serif;
    font-weight: 300;
    line-height: normal;
    color: #7f7f7f;
   word-wrap: break-word;
    text-rendering: optimizeLegibility;/* Fix for webkit rendering, well at least for the time being */
    -webkit-font-smoothing: antialiased;/* Fix for webkit rendering, well at least for the time being */
}
legend {
    font-family: 'Roboto','Arial','Helvetica',sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b7b7b7;
}
table .stats-col {
    font-family: 'Roboto','Arial','Helvetica',sans-serif;
    font-size: 13px;
}
.blog-meta {
    font-family: "Roboto","Arial","Helvetica",sans-serif;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.panel-stats .output {
    font-family: "Roboto","Arial","Helvetica",sans-serif;
}
.panel-login .signin-text {
    font-family: "Roboto","Arial","Helvetica",sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #999;
}
.call-to-action {
    font-family: "Roboto","Arial","Helvetica",sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.navbar-brand {
    font-family: "Roboto","Arial","Helvetica",sans-serif;
    font-size: 26px;
    font-weight: 700;
} 

.avatar-over img {
    width: 125px;
    height: 125px;
}

.avatar-over {
	width: 135px;
}

.avatar-over > .status::before {
	right: 25px !important;
	top: 100px !important;
}

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