/* @HACK: 2/4/2026- Rick added this for now, the current css files do not seem to respond to any changes. */
body {
    background-color: white;
    color: black;
}
label.SubHeaderDueDate 
{
    color:              black;
}
body:lang(en)
{

}
h1
{
    font-size: 18px;
}
h2
{
    font-size: 16px;
}
h3 
{
    font-size: 16px;
}
h4 {
    color: black;
}
p 
{
    color: black;
}
p.text-danger
{
    color:              black;
}
.OpenCloseDatesTableHeader {
    color: maroon;
    font-size: 15px;
    font-weight: bold;
    border-style: none;
}
.OpenCloseDatesTableCell 
{
    color: maroon;
    font-size: 13px;
    font-weight:normal;
    border-style: none;
}
.OpenCloseDatesTable 
{
    color:              black;
    border-style:       none;
    fill:               none;
}