
#rank{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

#user{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.arc path {
    stroke: #fff;
}

.arc text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-anchor: middle;
}

.legend {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom:0px;
}

.legend-opacity{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    transition-duration: .5s;
    opacity: .2;
}

.legend-select {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom:0px;
    fill: #231F20;
}

polyline{
    opacity: .3;
    stroke-width: 2px;
    fill: none;
}

#rmlpiechart {
    overflow: visible;
}





