﻿/* This StyleSheet contains custom styles for this project */



.TermBoldGrey
{
    color: #262626;
    font-weight: bold;
}

.TermBoldGreyItalic
{
    color: #262626;
    font-style: italic;
    font-weight: bold;
}

.TableOptions
{
    border-bottom: solid  #E1E1E1;
    border-top: solid  #E1E1E1;
    width: 579px;
}

.BoldDarkBlue
{
    color: #1F497D;
    font-weight: bold;
}


@media (prefers-color-scheme: dark) {

    .TermBoldGrey
    {
        color: #db2804;
        font-weight: bold;
    }

    .TermBoldGreyItalic
    {
        color: #E64C00;
        font-style: italic;
        font-weight: bold;
    }

    .TableOptions
    {
        border-bottom: solid  #E1E1E1;
        border-top: solid  #E1E1E1;
        width: 579px;
    }

    .BoldDarkBlue
    {
        color: #8000FF;
        font-weight: bold;
    }

}
