.jcomment-top {
    width: 100%;
}

.jcomment-top .jcomment-input {
    width: 75%;
    margin-left: 5%;
    outline: none;
    border: 1px solid #cecece;
    height: 30px;
    background: #fafafa;
}

.jcomment-top .jcomment-btn {
    margin-left: 1%;
    width: 14%;
    height: 34px;
    border: none;
    background: #ff8478;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}

.jcomment-top .jcomment-btn:hover {
    background: #5cb85c;
}

.jcomment-content {
    background: #e2eeff;
    width: 90%;
    margin: 20px auto 20px auto;
    overflow: auto;
    border-radius: 3px;
    height: 80%;
}

.jcomment-content .jcomment-comment {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 94%;
}

.jcomment-content .jcomment-comment .comment-member {
    cursor: pointer;
    width: 70px;
    background: #ff8378;
    color: white;
    margin-left: 2%;
    border-radius: 3px 3px 0px 0px;
    text-align: center;
    font-size: 11pt;
}

.jcomment-content .jcomment-comment .comment {
    font-size: 10pt;
    background: white;
    color: black;
    padding: 3px;
    border-radius: 0px 5px 5px 5px;
    margin-left: 2%;
    width: 95%;
}

.jcomment-content .jcomment-comment .comment-bottom {
    margin-left: 2%;
    font-size: 9pt;
    width: auto;
}

.jcomment-content .jcomment-comment .comment-bottom .bottom-top {
    margin-top: 3px;
    margin-bottom: 3px;
}

.jcomment-content .jcomment-comment .comment-bottom .bottom-top .comment-sub {
    cursor: pointer;
    background: #6B7770;
    color: white;
    border: none;
    border-radius: 3px;
    outline: none;
    margin-left: 5px;
}

.jcomment-content .jcomment-comment .comment-bottom .bottom-top .comment-delete {
    cursor: pointer;
    background: #6B7770;
    color: white;
    border: none;
    border-radius: 3px;
    outline: none;
    margin-left: 5px;
}