<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#abc_licenses tr[data-licensee]:hover, 
#abc_licenses tr[data-licensee]:hover td,
#abc_licenses tr[data-licensee]:hover th {
    cursor: pointer;
}
#ADDRESS-text, #lqs-cities-dropdown, #btn_show_form, #business_complaint_form, #business_info, #business_info_text { display: none; }
.form-control.select2-hidden-accessible {
    width: 100% !important;
    height: 28px !important;
}
#business_info { scroll-margin-top: 20px; }
#checkbox_manual_submission, .contact_field { display: none; }
#btn_reset_form, #btn_reset_form_manual, #btn_cancel_form {
    padding: 0.3em 1em !important;
    font-size: 18px;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.7em!important;
    border-color: #e0e0e0 !important;
    border-style: solid;
    background: #e0e0e0 !important;
    color: #171717 !important;
    margin-right: 10px;
}
.required {
    display: none;
    color: #b10000 !important;
    font-style: italic;
}
.contact-prompt {
    opacity: 1;
    overflow: hidden;
    color: #b10000 !important;
    transition: all 0.3s ease-in-out;
}
.contact-prompt.inactive {
    opacity: 0;
    height: 0;
}
.frm_required_field .required { display: inline; }
.contact-section { 
    margin-bottom: 20px !important;
    position: relative;
}
.bg-contact {
    position: absolute;
    top: 0;
    right: -40px;
    bottom: -20px;
    left: -40px;
    background: #f9f9f9;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
.bg-contact.highlight {
    box-shadow: 6px 6px 18px 0px #aaa;
}
.contact-input-highlight {
    border-color: #b10000 !important;
}</pre></body></html>