body{

	font-family: 'Roboto' !important;

}

h1, h2, h3, h4, h5, h6{

	font-family: 'Oswald' !important;

}

.sidebar .widget.widget_text, .home-most-popular-section .widget{

	background-color: transparent;

    padding: 0px;

}

.widget .panel{

    margin-bottom: 0px;

}



.sidebar .widget{

	margin-bottom: 20px: 

}



.sidebar .nobin-2nd-level-list .list-group-item:first-child{

	border-top: 1px solid #ddd !important;

}

.sidebar .nobin-2nd-level-list .list-group-item{

	padding-left: 40px !important;

}



.cstm-btn-grp{

	margin-right: 5px;

	margin-bottom: 5px !important;

}



.entry-header h1.entry-title {

    margin-top: 0px;

}



div#_tab_pcn_article .w_bg {
    margin-top: 20px;
}

ul.nav.nav-tabs._main_tab_system {
    border-bottom: 0px !important;
    background: #000000 !important;
    color: #fff !important;
}

ul.nav.nav-tabs._main_tab_system > li{
    margin-bottom: 0px;
}

ul.nav.nav-tabs._main_tab_system a {
    color: #fff !important;
    border-radius: 0px !important;
    background: #000000 !important;
    border: 0px !important;
}

ul.nav.nav-tabs._main_tab_system > li > a:focus, 
ul.nav.nav-tabs._main_tab_system > li > a:hover,
ul.nav.nav-tabs._main_tab_system > li.active > a:focus, 
ul.nav.nav-tabs._main_tab_system > li.active > a:hover,
ul.nav.nav-tabs._main_tab_system > li.active > a
{
    background: #333 !important;
    border: 0px !important;
    color: #f5f5f5 !important;
}
.graph_player_name {
    padding: 5px 0px;
}
.graph_player_name span {
    position: relative;
    padding-left: 19px;
    padding-right: 10px;
}

/* $colors = ["#0b62a4","#7A92A3","#4da74d","#afd8f8","#edc240","#cb4b4b","#9440ed"]; */
.graph_player_name span:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.graph_player_name span.graph_player_1:before{
    background: #0b62a4;
}
.graph_player_name span.graph_player_2:before{
    background: #7A92A3;
}
.graph_player_name span.graph_player_3:before{
    background: #4da74d;
}
.graph_player_name span.graph_player_4:before{
    background: #afd8f8;
}
.graph_player_name span.graph_player_5:before{
    background: #edc240;
}
.graph_player_name span.graph_player_6:before{
    background: #cb4b4b;
}
.graph_player_name span.graph_player_7:before{
    background: #9440ed;
}

.pcn-graph-area {
    border: 1px solid #EAEAEA;
}