.content h2 {
    font-size: 1.64rem;
    line-height: 110%;
    font-weight: normal;
    margin: 1rem;
}

.content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content p {
    font-size: 14.5px;
    margin-top: 1rem;
}

.dernchaps {
    border-spacing: 1em;
}

.dernchaps td {
    width: 20%;
}
.dernchaps .num {
    width: 60%;
    text-align: center;
}

.penseedeo p {
    font-weight: bold;
}

.penseedeo .content {
    background-color: #e0e0e0;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
    padding: 24px;
}

#minichat {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.text_editor {
    margin-top: 1em;
    margin-bottom: 1em;
}

#editor {
    height: 15em; 
}

.text_editor .button {
    margin-top: 0.5em;
    background-color: rgb(86, 144, 93);
}