﻿body {
}

.commentView {
}

    .commentView .commentInfoWrap {
    }

.contentWrap {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.commentInfoWrap {
    border-top: solid 1px;
    margin-top: 20px;
}

/* Please add to your summernote.css / summernote-bs4.css file to fix bold. */
.note-editable b, .note-editable strong {
    font-weight: bold;
}

.note-editable b {
    font-weight: 800;
}