.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
background-color:#253654;
}
.nav-tabs > li.active > a{
color:#ffffff
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-pills>li.active>a:hover{
background-color:#253654;
}

a{
color:#253654;
}
li{
background-color:rgba(37, 54, 84, 0.17);
}
.graph_container svg{
	padding:0 25px;
}
.axis.x,.axis.y{
    font-size:12px;
}
.axis path {
    fill: none;
    stroke: steelblue;
    stroke-width: 0.3;
}

.axis line {
    fill: none;
    stroke: steelblue;
    stroke-width:1px;
    stroke-opacity:0.3;
}

.axis text {
    fill: steelblue;
}

.data-group path {
    stroke: red;
    fill: none;
}