.ele_seats span {
    background-color: #027b73;
}
.ele_seats {
    width: 2.5rem;
}
.normal_r{
    background-color: #313543;
    color: #fff;
    padding: 2px 0 !important;
}
.bonus_r{
    background-color: #c51162;
    color: #fff;
    padding: 2px 0 !important;
}
.dis_ele_result .ele_seats span {
    margin: auto;
    margin-top: .15rem;
    margin-bottom: .15rem;
}
.bonus_sec{
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}
.seats_bottom {
    border: solid 1px #d4d4d4;
    padding: 3px;
    border-radius: 0px 0px 4px 4px;
    border-top: 0;
}
.dis_ele_result {
    margin-bottom: .9rem;
}
.navbar-collapse{
    background-color: #1a1f2ed1;
    position: absolute;
    z-index: 9999;
    width: 27%;
}
.navbar-nav{
    padding: 3px 15px;
    border-bottom: solid 4px #d71921;
}
.navbar-nav .nav-link{
    color: #fff;
}
.navbar-nav .nav-link:hover{
    color: #d71921;
}
@media only screen and (max-width: 480px) {
    #all-island-infographic .chart-legend {
        left: 50%;
    }
    canvas#all-island-chart {
        height: 150px !important;
        width: 150px !important;
    }
}