.render-metadata .entry-text {
    max-width: 400px;
    margin: auto;
    background-image: url(list/fboh35.png);
    background-size: 400px;

    border-image-source: url(list/8kiwzh.png);
    border-image-slice: 33.3%;
    border-image-width: 20px;
    border-image-outset: 10px;
    border-image-repeat: repeat;
}

.render-metadata.body {
    background-color: #546696;
    background-image: url(list/ahhuf4.jpg);

    background-position: center;
    background-size: cover;
}

body {
    margin: 0;
    font-family: "MS Gothic", monospace;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

p {
    margin-top: 0px;
}

.sub-body {
    min-height: 100vh
}

.header {
    height: 30px
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.entry-text .foreground-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
}

.entry-text {
    position: relative;
    background-color: white

}

.entry-text-container {
    margin: 10px 0
}

.entry-text ol+ol,.entry-text ol+ul,.entry-text ul+ol,.entry-text ul+ul,.markdownx-preview ol+ol,.markdownx-preview ol+ul,.markdownx-preview ul+ol,.markdownx-preview ul+ul {
    margin-top: 1rem!important
}

.entry-text ul>li,.entry-text ol>li,.markdownx-preview ul>li,.markdownx-preview ol>li {
    margin-top: .25em
}

.entry-text article {
    padding: 20px;
    height: 545px;
}


.entry-text article>div>*:last-child {
    margin-bottom: 0
}

.m-0 {
    margin: 0!important
}

a {
    color:black;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
}