    .severity-buttons button {
        margin-right: 5px;
    }

    .severity-low {
        background-color: #FFCCCC; /* Light red */
        color: white;
        border: none;
        padding: 10px 15px;
        margin-right: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .severity-low.active {
        background-color: #000000; /* Red */
    }

    .severity-medium {
        background-color: #FF9999; /* Medium red */
        color: white;
        border: none;
        padding: 10px 15px;
        margin-right: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .severity-high {
        background-color: #FF3333; /* Dark red */
        color: white;
        border: none;
        padding: 10px 15px;
        margin-right: 5px;
        border-radius: 5px;
        cursor: pointer;

    }

    .severity-critical {
        background-color: #CC0000; /* Critical red */
        color: white;
        border: none;
        padding: 10px 15px;
        margin-right: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    /* For the None button, you can use a neutral color or a different shade */
    .severity-none {
        background-color: #DDDDDD; /* Gray */
        color: black;
        border: none;
        padding: 10px 15px;
        margin-right: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    /* To handle hover states */
    .severity-low:hover, .severity-medium:hover, .severity-high:hover, .severity-critical:hover, .severity-none:hover {
        opacity: 0.8;
        background-color:#002366;
    }


    /* Custom Checkbox */
    .custom-checkbox {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background: #f1f1f1;
        border: 2px solid #007BFF;
        border-radius: 5px;
    }

    .custom-checkbox input {
        display: none;
    }

    .custom-checkbox:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #007BFF;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        border-radius: 3px;
    }

    .custom-checkbox input:checked + :after {
        transform: translate(-50%, -50%) scale(1);
    }

    /* Style the collapsible button */
    .collapsible {
        background-color: #007BFF;
        color: white;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        border-radius: 5px;
        margin: 5px 0;
    }

    /* Add a background color to the button if it is clicked on (add the .active class) */
    .active, .collapsible:hover {
        background-color: #b30000;
    }



    /* Style the collapsible content */
    .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
        border-radius: 5px;
        margin-bottom: 10px;
        font-weight: regular;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
    }

    .reference-card {
        background-color: #2e2e2e;
        padding: 10px;
        border-radius: 5px;
        margin: 10px 0;
        color: #fbcece;
    }

    .reference-card a {
        color: #00ff00;
    }

    .reference-card p {
        font-size: 1.0em;
        font-weight: bold;
    }

    .reference-card ul {
        list-style-type: none;
        padding: 0; /* Remove padding from ul */
    }

    .reference-card li {
        padding: 5px 0; /* Adjust padding of li */
        background: none;
        box-shadow: none;
    }

    .banner {
        background-color: #002366;
        color: rgba(24, 33, 45, 0.444);
        padding: 10px;
        text-align: center;
    }
    .card {
        border: 1px solid #007BFF;
        padding: 10px;
        margin: 10px 0;
        background-color: #e6f7ff;
        border-radius: 5px;
    }
    body {
        font-family: 'Courier New', monospace;
        background-color: #f4f4f4;
        margin: 0;
        padding: 0;
    }
    h1 {
        text-align: center;
        background-color: #002366;
        color: white;
        padding: 10px 0;
        margin: 0;
        font-size: 1.3em;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    ul {
        list-style-type: none;
        padding: 0;
        max-width: 800px;
        margin: 20px auto;
    }
    li {
        background-color: #ffffff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin: 10px 0;
        }
        p {
            margin: 10px 0;
        }
        p strong {
            color: #333;
        }
        .id {
            font-size: 1.2em;
            color: magenta;
        }
        .base-score, .base-severity {
            color: red;
        }

        .number-of-records {
            text-align: center;
            font-size: 1.2em;
            font-weight: bold;  
            color:#104e10
        }


        .search-container {
        padding: 20px;
        text-align: left;
        }

        .search-container input[type="text"] {
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #007BFF;
        width: 60%;
        }

        .search-container button {
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #007BFF;
        background-color: #007BFF;
        color: white;
        margin-left: 10px;
    }

    .search-container button:hover {
        background-color: #0c398c;
    }

    .search-container input[type="text"]:focus {
        outline: none;
        border: 1px solid #35b474;
    }

    .sync-info {
        text-align: right;
        font-size: 0.7em;
        font-weight: regular;
        color: #104e10;
    }   

    .sync-info a {
        color: #104e10;
    }

    .sync-info a:hover {
        color: #0c398c;
    }

    .sync-info p {
        margin: 0;
    }

    .sync-info p strong {
        color: #104e10;
    }

    .last-sync {
        text-align: right;
        font-size: 0.7em;
        font-weight: regular;
        color: #165e04;
    }   
