.rfb-scope, #notify {
    font-family: RUB-Neu Flama, Arial, sans-serif;
    font-size: 1.8em;
}

.rfb-scope label {
        display: block;
        margin-top: 10px;
        letter-spacing: 0.02em;
        line-height: 1.5em;
    }
.rfb-scope .hidden {
    display: none;
}

.rfb-scope .button {
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;

    display: inline-block;
    text-decoration: none;

    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.rfb-scope input, .rfb-scope textarea, .rfb-scope select {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}

.rfb-scope textarea {
    width: 99%;
}
.rfb-scope textarea, .rfb-scope select, .rfb-scope input[type="text"], .rfb-scope input[type="email"] {
    padding: 4px;
    font-size: 0.8em;
}

.rfb-scope textarea:focus {
    box-shadow: 0 0 6px rgba(23,54,92, 0.5);
    outline: none;
}

