<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">i[data-toggle="tooltip"], i[data-toggle="modal"] {
    color: #e89980;
}

.inputfile + label {
    background-color: #e89980;
}

.slider::-webkit-slider-thumb {
    background: #e89980;
}

.slider::-moz-range-thumb {
    background: #e89980;
}
.sidebar-social i {
    color: #e89980;
}

.indexexplanation li:before {    
    color: #e89980;
}

a {
    color: #e89980;
}

blockquote {
    border-left: solid 4px #e89980;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="datetime-local"]:focus,
select:focus,
textarea:focus {
    border-color: #e89980;
    box-shadow: 0 0 0 2px #e89980;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: #e89980;
    border-color: #e89980;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #e89980;
    box-shadow: 0 0 0 1px #e89980;
}
                
.icon.major.accent2 {
    background: #e89980;
}
                        
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
    background-color: #e89980;
}
   
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
    background-color: #ecaa96;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
    background-color: #e4886a;
}

.dropotron li.active &gt; a, .dropotron li.active &gt; span, .dropotron li:hover &gt; a, .dropotron li:hover &gt; span {
    background: #ecaa96;
}
                        
#footer .icons a:hover {
    color: #ecaa96;
}
                        
#cta {
    background: #e89980;
}
        
#cta input[type="submit"],
#cta input[type="reset"],
#cta input[type="button"],
#cta .button {
    color: #e89980;
}

.progress-bar {
    background-color: #e89980;
}

#banner {
    background-image: url('../images/overlay.png'), url('../../../images/oddsdollar.com/banner.png');
}</pre></body></html>