/* Extra CSS */


.comments .reply_form {
    margin-top: 20px;
    margin-left: 50px;
}

.comments .sub_comment {
    margin-left: 50px;
    margin-top: 0;
    padding-top: 20px;
    border-left: 1px solid #ccc;
}

div[data-level="2"] {
    margin-left: 100px !important;
}

.comments .sub_comment.first {
    padding-top: 0;
    margin-top: 15px;
}

.comment_replay_link {
    color: #449db9;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}

.submit_btn_block {
}

.reply_form input[type=submit] {
    font-size: 14px;
}

.top-comment {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

span[class^="comment-i"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
}

.comment-i-f {
    background: url("../images/icon-f.png") no-repeat center center;
}

.comment-i-s {
    background: url("../images/icon-s.png") no-repeat center center;
}

span[id^="comment-i"] {
    margin-left: 6px;
}

.r-top-comment {
    display: flex;
    align-items: center;
}

.to_user {
    color: #59CCF5;
    font-size: 12px;
}

@media only screen and (max-width: 641px) {
    span[class^="comment-i"] {
        margin-left: 10px;
    }

    [data-level="2"] .l-top-comment {
        width: 60%;
    }

    [data-level="1"] .l-top-comment {
        width: 60%;
    }
}

@media only screen and (max-width: 480px) {
    .l-top-comment {
        width: 40%;
    }

    [data-level="2"] .l-top-comment {
        width: 30%;
    }

    [data-level="1"] .l-top-comment {
        width: 30%;
    }

    .r-top-comment {
        flex-direction: column;
    }
}

@media only screen and (max-width: 300px) {
    .l-top-comment {
        width: 30%;
    }

    [data-level="2"] .l-top-comment {
        width: 20%;
    }

    [data-level="1"] .l-top-comment {
        width: 20%;
    }

    .comments .sub_comment {
        margin-left: 5px;
    }

    div[data-level="2"] {
        margin-left: 10px !important;
    }

    span[class^="comment-i"] {
        margin-left: 5px;
    }
}