﻿a.graymenu {
    color: #d0d0d0 !important;
}

.db-comment-list {
    text-align: left !important;
}

    .db-comment-list .col-auto {
        display: none;
    }

    .db-comment-list .comment-header h6 {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .db-comment-list .comment-header a {
        color: #007bff;
        text-decoration: none;
    }

        .db-comment-list .comment-header a:hover {
            text-decoration: underline;
        }

    .db-comment-list .comment-item {
        /*padding: .5rem !important;*/
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 1rem !important;
    }

    .db-comment-list .comment-body p {
        font-size: 1rem;
        color: #333;
        margin-bottom: 0;
    }

.table td, .table th {
    color: inherit !important;
}

.card {
    color: inherit !important;
}

.light-accent-background {
    background-color: #2E897A;
}

/*override*/
.light-background {
    background-color: #D6E9E6;
}

.box-shadow {
    margin-bottom: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4); /* Offset 5px right, 5px down, 10px blur, 50% black opacity */
}

.bottom-separator {
    border-bottom: 5px dotted #2E897A;
}