.post-text h1 {
    display: block;
    font-size: 2em;
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.post-text h2 {
    display: block;
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
}

.post-text h3 {
    display: block;
    font-size: 1.17em;
    margin: 0;
    font-weight: bold;
}

.post-text h4 {
    display: block;
    font-size: 1em;
    margin: 0;
    font-weight: bold;
}

.post-text h5 {
    display: block;
    font-size: 0.83em;
    margin: 0;
    font-weight: bold;
}

.post-text h6 {
    display: block;
    font-size: 0.67em;
    margin: 0;
    font-weight: bold;
}

.post-text ul {
    display: block;
    list-style-type: disc;
    padding-left: 40px;
}

.post-text a {
    text-decoration: underline;
}

.post-text ol {
    list-style-type: decimal;
}

.post-text p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

b {
    font-weight: bold;
}
blockquote {
    display: block;

    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

tr {
    background-color: #fff;
    border: 1px solid rgba(85, 84, 84, 0.404);
}

tr:nth-of-type(2n) {
    background: #f8f7f7;
}

td {
    /* display: table-cell; */
    justify-content: center;
    vertical-align: inherit;
    padding: 5px 15px;
    border-right: 1px solid rgba(85, 84, 84, 0.404);
}
tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
