.fr-form input[type=file] {
    display: block !important;
}
.fr-toolbar.fr-sticky-on {
    position: relative;
    border-radius: 10px 10px 0 0 !important;
}

.fr-sticky-dummy {
    display: none !important;
}
span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}
.board_text table td, .board_text table th {
    border: 1px solid #DDD;
}

.fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.fr-text-spaced {
    letter-spacing: 1px;
}

.fr-text-uppercase {
    text-transform: uppercase;
}

.fr-text-gray {
    color: #AAA !important;
}
.fr-element ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.fr-element ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.fr-element h1 {
    font-size: 32px !important;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.fr-element h2 {
    font-size: 26px !important;
    line-height: 1.5;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.fr-element h3 {
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}
.fr-element h4 {
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.fr-element pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    font-size: 87.5%;
}

