﻿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;
    }
