* {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.notify {
    padding-right: 35px !important;
}

label.error {
    color: #b91c1c;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

#form-content ul {
    list-style-type: disc;
}

#form-content ol {
    list-style-type: decimal;
}

p.page-break {
    pointer-events: none;
    background-color: #ccc;
    padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #222;
}