<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .options {
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'oswald', sans-serif;
    font-size: 18px;
}

h1 {
    color: white;
}

.yesno {
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

.button-wrap {
    position: relative;
    top: 50%;
}

.button-label {
    display: inline-block;
    padding: 10px 10px;

    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #292929;

    background: #efefef;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-label h1 {
    font-size: 20px;
    font-family: "oswald", sans-serif;
}

.button-label:hover {
    background: #d6d6d6;
    color: #101010;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.button-label:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

#active-1:checked+.button-label {
    background: #2ECC71;
    color: #efefef;
}

#active-1:checked+.button-label:hover {
    background: #29b765;
    color: #e2e2e2;
}

#active-2:checked+.button-label {
    background: #D91E18;
    color: white;
}

#active-2:checked+.button-label:hover {
    background: #c21b15;
    color: #e2e2e2;
}

.hidden {
    display: none;
}

.panel-title {
    font-family: 'oswald', sans-serif;
    font-size: 20px;
    color: #fff;
}

.panel-default&gt;.panel-heading {
    background-color: #41bb8e;
    border-color: #ddd;
}

.form-control {
    background-color: #428c5430;
}

.input-group-addon {
    padding-right: 15px;
    padding-left: 15px;
}

.select-row {
    margin-bottom: 15px;
}

.fa {
    width: 24px;

}

.form-group {
    margin-bottom: 10px;
}

.final {
    margin-bottom: 0px;
    margin-top: 15px;
}

.first-email {
    margin-bottom: 0px;
}

label {
    margin-bottom: 10px;

}

.no-margin {
    margin-bottom: 0px;
}

.last {
    margin-bottom: 0px;
}


h3.main-title {
    margin-bottom: 10px;
}

.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.remove-individual-form {
    width: 35px;
    height: 35px;
}

.parsley-errors-list.filled {
    font-weight: bold;
    color: #d9534f;
}

.btn-avat {
    border-color: transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#onlineclaim-1:checked+.button-label {
    background: #2ECC71;
    color: #efefef;
}

#onlineclaim-1:checked+.button-label:hover {
    background: #29b765;
    color: #e2e2e2;
}

#onlineclaim-2:checked+.button-label {
    background: #D91E18;
    color: white;
}

#onlineclaim-2:checked+.button-label:hover {
    background: #c21b15;
    color: #e2e2e2;
}</pre></body></html>