.chart{
    padding-top:0px!important;
    padding-bottom:0px!important;
}

.imgLabel{
    font-weight: 800;
    color: rgb(20,56,127);
    font-style: normal;
}
#navbar{
    opacity: 0.9;
}
.exportSVG{
    display: none;
}
/*.exportCSV{
    display: none;
}*/
.simpleTable td, th{
    border: 1px solid rgb(20,56,127);
    padding: 5px;
    color: rgb(20,56,127);
}
.simpleTable th{
    border-top: 5px solid rgb(20,56,127);
    font-weight: bold;
}
.simpleTable{
    margin-bottom:10px;
    margin-top: 10px;
}
.tableNotes{
    font-size: 80%;
}