
.bgplot {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 1;
}

.bars{
    fill: #f2f2f2;
    stroke: #f0f0f0;

}

.logo-plot circle{
    fill: none;
    stroke: #3c4f6d;
    /*stroke-width: 2px;*/
    stroke-width: 1px;

}

#logo svg{
    position: absolute;
}


.bgline{
    stroke: #e8e8e8;
    stroke-width: 3;
    fill:none;
}
