* {
    font-style: "Verdana, Tehoma, Arial";
}
span.redline {
    color: #d61313;
    font-weight: bold;
    margin: 5px;
}

div#chart {
    margin: 5px;
    padding: 5px;
}

div.legend {
    border-radius: 15%;
    padding: 15px;
    border: 1px dashed #999;
    max-width: 260px;
    margin: 5px;
    display: inline-block;
    position: fixed;
    left: 0px;
    top: 0px;
}

.legend-data > label {
    font-weight: bold;
}

.buttonSelected {
    font-weight: bold;
    background-color: #399df9;
}