a {
    color: var(--bs-body-color);
}
a,
a:active,
a:visited,
a:link,
a:hover {
    color: #615a5a;
}
.quickcmt {
    padding: 1em 0;
}

.quickcmt-head {
    border-left: 4px solid #CA141D;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
}

.quickcmt-content {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.quickcmt-top {
    display: flex;
}

.qucikcmt-top-left {
    flex: 0 0 45px;
    position: relative;
}

.qucikcmt-top-left img {
    border-radius: 45px;
}

.qucikcmt-top-left-img1 {
    width: 100%;
}

.qucikcmt-top-left-img2 {
    position: absolute;
    width: 15px;
    bottom: 2px;
    right: -1px;
}

.quickcmt-top-right {
    flex: 1;
    padding-left: 10px;
    width: 0px;
}

.quickcmt-top-right-d1 {
    font-size: 0.8em;
    margin-top: 1px;
    font-weight: 600;
    /* color: black; */
}

.quickcmt-top-right-d2 {
    font-size: 0.7em;
    margin-top: 3px;
    /* color: #999; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quickcmt-bom {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    /* color: black !important; */
}
.tt{
    font-size: 16px;
}
.dvkp {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px 15px;
}

.content_footer{
    font-size: 13px;
    color: #7f8c8d;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}
.dv{
    padding-top: 20px;
}

.relevant{
    background-color:#FCFCFC;
}


