body * {
    font-size: 14px !important;
}

.Open {
   background: #e49d9d;
   color: white; 
}

.Closed {
    background: #6ec583;
    color: white; 
}

.Open a:link {
    color: white; 
    text-decoration: none;
}

.Closed a:link {
    color: white; 
    text-decoration: none;
}

.Open a:visited {
    color: white; 
    text-decoration: none;
}

.Closed a:visited {
    color: white; 
    text-decoration: none;
}

.chart {
    min-height: 500px;
}