    /* overide any tables that are in the content */
    /* Override styles for all table elements */
    table {
        border-collapse: collapse;
        /* Example property */
        width: 100%;
        /* Example property */
        margin-top: 20px;
        margin-bottom: 20px;
    }

    th {
        background-color: #000000c2 !important;
        /* Example property */
        color: white;
        /* Example property */
        font-weight: bold;
        padding: 8px;

    }

    td {
        border: 1px solid #242424;
        /* Example property */
        text-align: left;
        /* Example property */
        padding: 8px;
        /* Example property */
    }

    tr:nth-child(even) {
        background-color: #f2f2f2;
        /* Example property */
    }

    /* Use !important sparingly */
    tr:hover {
        background-color: #ddd !important;
    }

.subtle-table {
        padding: 8px !important;
        border: 1px solid #dddddd !important;
    }

    @media only screen and (min-width: 1201px) {
        .codo_categories {
            padding: 20px !important;
            padding-top: 0px !important;
            margin-top: 0px !important;
        }

        .header_pad {
            max-width: 70%;
        }

        .hb-header-text {
            padding: 0px;
        }

        .hb-header-title {
            text-shadow: 1px 1px black;
            color: #ccc;
            font-size: 38px !important;
            line-height: 1;
            text-align: center;
        }

        .hide-on-desktop {
            display: none;
        }
    }

    @media only screen and (max-width: 1201px) {
        .codo_categories {
            padding: 20px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            margin-top: 0px !important;
        }

        .header_pad {
            max-width: 100%;
        }

        .hb-header-text {
            padding: 0px;
        }

        .hb-header-title {
            text-shadow: 1px 1px black;
            color: #ccc;
            font-size: 30px !important;
            line-height: 1;
            text-align: center;
        }

        .hb-filter .edit-icon {
            display: none;
        }

        .hb-filter .external-icon {
            display: none;
        }

        .codo_topics_topic_title {
            padding-right: 0px !important;
            /* Adjust this value based on the width of the ribbons */
            margin-left: 5px !important;
            font-size: 15px;
            font-weight: bold;
        }

        .codo_topics_topic_content {
            max-width: 100% !important;
            margin-right: 0px !important;
        }

        .mob-nopad {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .floating-actions {
            display: none;
        }

        .hide-on-mobile {
            display: none;
        }

        .block_ribbon_div {
            position: relative !important;
            margin-bottom: 10px !important;
            margin-left: 10px !important;
            float: right !important;
            top: 0px !important;
            right: 0px !important;
        }
    }

    .hb-filter {
        background: #323844;
        color: #ccc;
        font-size: 16px;
        font-weight: normal;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .filter-container {
        text-align: center;
    }

    .filter-items {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        margin-top: 5px;
        padding: 10px;
    }

    .floating-actions {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 1000;
        /* Ensure it's above other content */
    }

    .li {
        margin-bottom: 10px !important;
    }

    .action-button {
        display: block;
        margin-bottom: 10px;
        padding: 10px 15px;
        background-color: #84703a;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        transition: background-color 0.3s;

        /* Optional: Add shadows for a 'floating' effect */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .action-button:hover {
        background-color: #84703a;
        cursor: copy;
        /* Darken on hover */
    }

    .block_mini_div {
        position: absolute;
        top: 10px;
        margin-left: 20px;
    }

    .minicom {
        font-size: 13px !important;
        font-weight: normal !important;
        color: #84703a;
        border: 1px solid #323844;
        margin-left: 10px;
        opacity: 0.5;
    }

    .block_ribbon_div {
        position: absolute;
        top: 12px;
        /* or however much space you want from the top */
        right: 10px;
        /* or however much space you want from the right side */
    }

    .ribboncom {
        font-size: 14px !important;
        font-weight: normal !important;
    }

    .codo_topics_topic_title {
        padding-right: 150px;
        /* Adjust this value based on the width of the ribbons */
        margin-left: 10px;
        font-size: 15px;
        font-weight: bold;
    }

    .codo_topics_topic_content {
        max-width: 90%;
    }

    .hb-filter .edit-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #a0a3af;
        /* This ensures it's vertically centered */
    }

    .hb-filter .external-icon {
        position: absolute;
        top: 50%;
        right: 35px;
        transform: translateY(-50%);
        color: #a0a3af;
        /* This ensures it's vertically centered */
    }

    .custom-control {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-control {
        background-color: #ccc;
        color: #242424;
    }

    .ck-editor__editable_inline {
        min-height: 200px;
    }

    .edit-icon-left {
        position: absolute;
        top: 24px;
        right: -15px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s;
    }

    .collapse.in {
        max-height: 28000px;
        /* I don't know why this needs to be this big but it broke at 2800px */
    }

    .toggle-content {
        display: none;
    }

    .codo_category_title {
        font-size: 15px;
    }

    .codo_categories #codo_categories_ul {
        padding-top: 10px !important;
    }

    .content-wrapper {
        min-height: 100% !important;
    }

    .clear-text {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 15px !important;
        -webkit-font-smoothing: antialiased;
    }

    .clear-text h4 {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 16px !important;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
    }

    .clear-head {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 16px !important;
        -webkit-font-smoothing: antialiased;
        font-weight: 600 !important;
        margin-top: 14px;
    }

    /* Dropdown Button */
    .dropbtn {
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #242424;
        min-width: 250px;
        top: 33px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #161616;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: #161616;
    }

    /* Sub Dropdown Container */
    .sub-dropdown {
        position: relative;
    }

    /* Sub Dropdown Content */
    .sub-dropdown-content {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        background-color: #242424;
        min-width: 250px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    /* Show Sub Dropdown Content on Hover */
    .sub-dropdown:hover .sub-dropdown-content {
        display: block;
    }

    /* Style the Sub Dropdown Links */
    .sub-dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .sub-dropdown-content a:hover {
        background-color: #161616;
    }

    /* Styles for the search box inside the dropdown */
    .dropdown-search {
        width: 100%;
        /* Adjust width as needed */
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #ddd;
        font-size: 16px;
    }

    /* Optional: Styles for the search results div */
    .search-results {
        /* Your styles for search results */
    }

    .live-search-box2 {
        /* Your existing styles */
    }

    .live-search-list2 {
        list-style-type: none;
        /* Removes default list styling */
        padding: 0;
        /* Removes default padding */
        margin: 0;
        /* Removes default margin */
        border: 1px solid #ddd;
        /* Adds a border */
        border-radius: 4px;
        /* Rounds the corners */
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        /* Adds subtle shadow for depth */
        background-color: white;
        /* Sets background color */
        position: absolute;
        /* Ensures the list overlays content below */
        width: 95%;
        /* Matches the width of the search box */
        z-index: 1000;
        /* Ensures it appears above other content */
    }

    .live-search-list2 li {
        padding: 10px 15px;
        /* Adds padding inside each list item */
        border-bottom: 1px solid #eee;
        /* Adds a separator */
        cursor: pointer;
        /* Changes cursor to indicate interactivity */
    }

    .live-search-list2 li:last-child {
        border-bottom: none;
        /* Removes bottom border for the last item */
    }

    .live-search-list2 li:hover {
        background-color: #f5f5f5;
        /* Adds a hover effect */
    }

    .fa-graduation-cap.blue {
        color: #3c8dbc !important;
    }

    .fa-graduation-cap.grey {
        color: grey !important;
    }

    .rating-level {
        position: relative;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #b5b5b5;
        border-radius: 5px;
        cursor: pointer;
    }

    .rating-level:hover {
        background-color: #f5f5f5;
    }

    .grad-caps {
        position: absolute;
        top: 10px;
        right: 10px;
        display: flex;
    }

    .title {
        font-weight: bold;
        color: #3c8dbc;
    }

    .description {
        color: #666;
    }

    .sc_right_cell {
        border: 1px solid #000;
        padding: 5px;
        min-width: 50px;
        text-align: center;
        margin-left: 0px;
        border-left: 0px solid;
        font-weight: bold;
    }

    .sc_left_cell {
        margin-left: 0px;
        border: 1px solid #000;
        padding: 5px;
        min-width: 50px;
        text-align: center;
        margin-left: 5px;
        background: #323844d9;
        color: #eaeaea;
    }

    .sc_cell_container {
        margin-right: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .instructor-container {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }

    .instructor-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background-color: #f1f1f1;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .instructor-item:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .instructor-role {
        font-weight: bold;
        margin-right: 10px;
        width: 120px;
        /* Set a fixed width for the role name */
        flex-shrink: 0;
        /* Prevents shrinking */
        text-align: left;
        /* Keeps text left-aligned */
    }

    .instructor-info {
        display: contents;
        align-items: end;
        justify-content: space-between;
        /* Adjusted to space out the items */
    }

    .instructor-rank {
        margin-left: 5px;
        max-width: 20px;
        max-height: 20px;
    }

    .instructor-name {
        flex-grow: 1;
        /* This will push the rank to the opposite end */
        text-align: left;
        /* Ensure the name is aligned to the left */
    }

    .instructor-name:hover {
        color: #007bff;
        /* Adjust color based on your theme */
    }

    @media only screen and (max-width: 576px) {
        .codo_categories {
            padding: 0px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            margin-top: 0px !important;
        }
    }

    .chapter-navigation .row {
        margin-top: 20px;
    }

    .chapter-navigation .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    @media (min-width: 768px) {
        .chapter-navigation .btn {
            display: inline-block;
            width: auto;
        }

        .chapter-navigation .text-left {
            text-align: left;
        }

        .chapter-navigation .text-right {
            text-align: right;
        }
    }

    .chapter-navigation {
        margin: 20px 0;
    }

    .chapter-link {
        text-decoration: none;
        color: inherit;
    }

    .chapter-card {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .chapter-card:hover {
        background-color: #f5f5f5;
    }

    .chapter-card.disabled {
        background-color: #e9ecef;
        cursor: not-allowed;
    }

    .chapter-icon {
        font-size: 24px;
        margin-right: 10px;
    }

    .chapter-text {
        flex-grow: 1;
    }

    .chapter-label {
        font-size: 12px;
        color: #6c757d;
    }

    .chapter-title {
        font-size: 16px;
        font-weight: bold;
    }

    .text-right .chapter-icon {
        margin-left: 10px;
        margin-right: 0;
    }