.html-content b,
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6,
.html-content p b,
.html-content p strong,
.html-content strong {
    font-weight: 700
}

.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content ol,
.html-content p,
.html-content ul {
    margin-bottom: 1em
}

.html-content h1:last-child,
.html-content h2:last-child,
.html-content h3:last-child,
.html-content h4:last-child,
.html-content h5:last-child,
.html-content ol:last-child,
.html-content p:last-child,
.html-content ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.html-content ol {
    padding-left: 1em
}

.html-content ol li {
    list-style-type: decimal
}

.html-content ul {
    padding-left: 1em
}

.html-content ul li {
    list-style-type: disc
}

.html-content pre {
    color: #333;
    padding: 15px;
    overflow: auto;
    background-color: #f6f8fa;
    border-radius: 3px;
}

.html-content a {
    color: #3278b8
}

.html-content sup {
    vertical-align: super;
    font-size: smaller
}

.html-content sub {
    vertical-align: sub;
    font-size: smaller
}

.html-content .tableWrapper {
    margin: 1em 0;
    overflow-x: auto
}

.html-content table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    overflow: hidden
}

.html-content table .selectedCell:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(234, 244, 250, .8);
    pointer-events: none;
    z-index: 2
}

.html-content table td,
.html-content table th {
    min-width: 1em;
    border: 2px solid #e5e5e5;
    padding: 3px 5px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 80px
}

.html-content blockquote {
    border-left: 3px solid #e5e5e5;
    color: rgba(0, 0, 0, .8);
    padding-left: .8rem
}

.html-content p.is-empty:first-child:before {
    content: attr(data-empty-text);
    float: left;
    color: #8c8c8c;
    pointer-events: none;
    height: 0;
    font-style: italic
}