@charset "utf-8";
/* CSS Document */

	/* Style for side note within the sidebar*/
    .side-note {
        padding-left: 10px;
        padding-top: 0;
        margin-bottom: 5px;
        font-size: 10px;
        color: #333;
        opacity: 0.95;
    }

    /* Style listbox containers within the sidebar*/
    .list-box {
        border-top: 2px solid #333;
        margin-left: 6px;
        margin-right: 9px;
        margin-top: 15px;
        padding-right: 2px;
        padding-bottom: 10px;
        font-family: Tahoma, Geneva, Arial, sans-serif;
    }

    .side-note-header {
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding-left: 5px;
        padding-top: 9px;
        margin-bottom: 4px;
    }

    .side-note-subheader {
        padding-left: 10px;
        padding-top: 2px;
        margin-bottom: 0px;
        font-size: 10px;
        font-weight: 600;
        color: #333;
        opacity: 0.95;
    }

    .side-note-bullet {
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 0px;
        margin-bottom: 0px;
        font-size: 10px;
        font-weight: 400;
        color: #333;
        font-family: Tahoma, Geneva, Arial, sans-serif;
    }

    @media (min-width: 768px) {
        .side-nav {
            padding-bottom: 0px;
        }
    }

    table, th, td {
        border: 0.5px solid #ccc;
        width: 92%;
        margin-left: 14px;
        opacity: 0.95;
    }