body {
    font-family: Archivo, sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    padding-top: 25px;
}

a {
    font-weight: 700;
    color: rgb(83, 83, 255);
    text-decoration-line: none;
}

p {
    margin-bottom: 1px;
}

hr {
    margin-top: 7px;
}

.chapters {
    margin-bottom: 16px;
}

.btn-chapter {
    margin: 5px 3px;
}

.font-small {
    font-size: 0.9em;
}

.font-medium {
    font-size: 1.0em;
}

.font-large {
    font-size: 1.1em;
}

.headermain {
    font-weight: 700;
    margin-top: 8px;
}

.strong {
    font-weight: 700;
}

.entry {
    margin-bottom: 5px;
}

.entry-header-main {
    font-size: 1.3em;
    font-weight: 700;
}

.entry-explanation {
    font-weight: 500;
    margin-top: 5px;
    padding: 1px 3px 1px 5px;
    background-color: rgb(226, 247, 254);
}

.entry-body {
    font-weight: 300;
    padding: 1px 3px 1px 5px;
    background-color: rgb(255, 254, 226);
    margin-bottom: 5px;
}

.entry-body-header {
    font-weight: 700;
    background-color: rgb(255, 254, 226);
    margin-bottom: 3px;
    padding: 1px 3px 1px 5px;
}

.comments {
    margin-top: 5px;
    font-weight: 300;
}

.comments-toggle {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 1px;
}

.comment {
    padding: 3px 5px 2px 5px;
    margin-bottom: 10px;
    background-color: rgb(226, 226, 226);
}

.comment-new {
    margin-top: 10px;
    margin-bottom: 5px;
}

.comment-datetime {
    font-size: 0.85em;
}

.comment-textarea {
    width: 100%;
    max-width: 960px;
    min-height: 180px;
}

.comment-edit hr {
    margin: 2px 1px 2px 1px;
}

.textarea-author {
    margin-bottom: 6px;
    padding: 1px 3px 1px 5px;
}

.warning {
    color: red;
}
