.description > * {
    margin-bottom: 20px;
}
.description h2 {
    font-size: 32px;
    margin-top: 30px;
}
.description > blockquote {
    padding: 10px 0 10px 20px;
    border-left: 3px solid #2196f3;
    font-style: italic;
    margin: 0;
    margin-bottom: 20px;
}
.description > blockquote cite {
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    margin-top: 10px;
}
.description figcaption {
    font-size: 16px;
    line-height: 18px;
    color: #ccc;
    text-align: center;
}
.description ul,
.description ol {
    list-style: disc;
    list-style-position: outside;
}
.description ol {
    list-style: decimal;
}
.description ol li,
.description ul li {
    margin: 10px 0 10px 40px;
}
.fixed_info {
    padding: 0;
}
.fixed_info [data-comment-form],
.fixed_info [data-article-info],
.fixed_info.moderate {
    padding: 10px 0;
}
.editor-table {
    width: 100%;
    border-collapse: collapse;
}
.editor-table th {
    border: 1px solid;
    padding: 10px;
}
.editor-table td {
    border: 1px solid #e8e8e8;
    padding: 10px;
}
.editor-link-tool a {
    display: block;
    padding: 25px;
    border: 1px solid rgba(201, 201, 204, 0.48);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    will-change: filter;
    -webkit-animation: link-in 450ms 1 cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-animation: link-in 450ms 1 cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-animation: link-in 450ms 1 cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: link-in 450ms 1 cubic-bezier(0.215, 0.61, 0.355, 1);
    color: inherit;
}
.editor-link-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cntain;
    margin: 0 0 20px 20px;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    float: right;
}
.editor-link-title {
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}
.editor-link-description {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.55em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.editor-link-anchor {
    display: block;
    font-size: 15px;
    line-height: 1em;
    color: #ccc;
}
.comment_form-textarea {
    height: 19px;
}
.comments-bottom {
    padding-bottom: 35px;
}
.comment_form-textarea {
    padding: 5px 10px;
    height: 30px;
    box-sizing: border-box;
}
.comment_donates {
    padding: 0 20px;
    padding-bottom: 40px;
}
.comment_donates:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 5%);
    pointer-events: none;
}
.comment-quote {
    font-weight: bold;
    color: #2196f3;
}

.description .editor-checklist {
    list-style: none;
}
.editor-checklist-item {
    position: relative;
}
.editor-checklist-item::after,
.editor-checklist-item::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 15px;
    left: -25px;
    color: #ff0000;
}
.editor-checklist-item::after {
    transform: rotate(-45deg)
}
.editor-checklist-item.checked::before {
    display: none;
}
.editor-checklist-item.checked::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: -23px;
    top: 3px;
    width: 7px;
    height: 14px;
    color: #2196f3;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-radius: 0;
    background: none;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.editor-warning {
    background: #f6f6f6;
    padding: 20px;
}
.editor-warning-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.editor-warning-message {
    font-style: italic;
}
.editor-delimiter {
    text-align: center;
    height: 20px;
}
.editor-delimiter::before {
    display: inline-block;
    content: "***";
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.2em;
}
.notes-textarea {
    padding: 5px 10px;
    height: 100px;
    box-sizing: border-box;
}
.pannel-wrapper {
    height: 62px;
}
.article-pannel {
	border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}
.article-pannel.fixed {
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #e8e8e8;
    z-index: 1;
	padding: 16px 0;
}
.article-pannel .inner {
	width: 700px;
	margin: 0 auto;
}
.with-background figure {
    text-align: center;
    background: #f6f6f6;
    padding: 7px 0;
}
.with-background img {
    height: 460px;
}