body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Geneva, Verdana, sans-serif;
}

a.no-underline {
    text-decoration: none;
}

td.no-wrap {
    white-space: nowrap;
}

.no-wrap {
    white-space: nowrap;
}

#editor {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.ql-toolbar {

    box-shadow: none !important;
    outline: none !important;
    margin: 0px;
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 1px solid #f1f1f1 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

#editor .ql-editor {
    font-family: monospace;
}

details.noarrow[open] summary::-webkit-details-marker,
details.noarrow summary::-webkit-details-marker {
    display: none;
}

details.noarrow summary {
    list-style-type: none;
    margin: 0;
}