<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-type-checkbox input {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;  
    position:static !important;
    margin-right: 20px !important;
    margin-top: 0px !important;
}

.form-type-checkbox label {
    align-items: center;
    display: flex;
    margin-top: 4px;
}

.form-type-radio input {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;   
    position:static !important;
    margin-right: 20px !important;
    margin-top: 0px !important;
}

.form-type-radio label {
    align-items: center;
    display: flex;
    margin-top: 4px;
}

.form-type-checkbox input[type="checkbox"]:checked + .control-label {
  font-style: italic;
}


.input-group-addon {
    border: 0px !important;
    background-color: #ffffff !important;
    text-align: left !important;
    padding: 0px !important;
    font-size: 1rem !important;    
}

.help-block {
    color: #000000 !important;
}

.description {
    font-style: italic;
    font-size: 1rem !important;  
    color: #000000 !important;
}

.highlight{
    background:yellow;
}

#edit-some-more-about-you a{
    background-color: #A81563;
    color: white;
}

#edit-some-more-about-you a:hover{
    color: #000000; /*#404040;*/
    background-color: #F0F0F0; 
}</pre></body></html>