/* Comments */
.comment {
    margin: 40px 0 40px 0;
}

.comment .comment-list {
    list-style: none;
    padding: 0;
}

.comment .comment-author-avatar {
    float: left;
    width: 60px;
}

.comment .comment-content {
    border: 1px solid #f0f0e9;
    padding: 20px;
    overflow: hidden;
}

.comment .comment-date {
    font-size: 14px;
    color: #979797;
    font-style: italic;
    font-weight: normal;
}

.comment .comment-author-name {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
}

/* Apply on 2nd level comment list */
.comment-list .children {
    padding-left: 45px;
    border-left: 2px solid #f0f0e9;
    margin: 20px 0 0 0;
}

.comment-list .comment {
    position: relative;
    margin: 0 0 20px 0;
}

.comment-list .children .comment:before {
    content: "";
    position: absolute;
    left: -47px;
    top: 25px;
    width: 2px;
    height: 40px;
    background-color: #337ab7;
    border-bottom: 6px solid #f0f0e9;
    border-top: 6px solid #f0f0e9;
}

.comment .comment-author-avatar img {
    border: 1px solid #f0f0e9;
}

.comment ul,
.comment ol {
    list-style-type: none;
}

.title-block .title-separator {
    border-top: 1px solid #f0f0e9;
    overflow: hidden;
    margin-top: 12px;
}

.title-block .h3-body-title {
    float: left;
    margin: 0 20px 20px 0;
}

.comment-action-buttons {
    float: right;
}

.comment-action-buttons a {
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.63);
    padding: 5px;
}

.comment-action-buttons a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-action-buttons a:focus {
    outline: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-box {
    margin-top: 15px;
}

.comment-box textarea {
    background: #fdfdfd;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 5px 6px 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    color: #333;
    line-height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: auto;
    border-radius: 0;
}

#cancel-reply {
    display: none;
    color: #008cc9;
}

#cancel-reply:hover {
    text-decoration: none;
    color: #187BA7;
}
