/* Basic styling for the rtrzi form */
#rtrzi_name, #rtrzi_location, #rtrzi_description {
    width: 100%;
    max-width: 400px;
}
form, form input, form label, label, button{
    font-family: "Gibson", canada-type-gibson !important;
}
form button {
    font-size: 1.2em !important;
    font-weight: bold !important;
    background-color: rgb(186, 64, 38) !important;
    color: white;
    border:none !important;
}
.form-check-input {
    margin-top: 0;
}