
#donutChart {
    height: 50px;
}

#donutLegend {
    margin-left: 20px;
}

#donutLegend .square {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
}


.square-blue {
    background-color: #52708d;
}

.square-yellow {
    background-color: #ffc000;
}

.square-red {
    background-color: #dc0000;
}

