﻿.username, .login {
    display: none;
}

.fav {
    width: 25px;
    height: 24px;
    background: url("../image/20240413sc1.png") no-repeat;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    display: none;
}

.fav.active {
    background: url("../image/20240413sc12.png ") no-repeat;
}

.comment-btn {
    margin-top: 10px;
    float: right;
}

.comment-list {
    margin-bottom: 20px;
}

#commentDiv {
     border-top: 2px solid #c52726;
    padding-top: 60px;
    margin-top:60px;
}

.media-body p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}