<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --navBasecolor: #FFF
}

.proImg img {
    margin: 0px !important;
    padding: 0px !important;
    object-fit: cover !important;
}

.effect-bubba {
    position: relative;
    display: inline-block;
    min-height: 330px;
}

@media only screen and (max-width: 525px) {
    .effect-bubba {
        min-height: 162px;
    }
}

/*body {
    background-color: silver;
}*/
/*
header.header .headMid {
    background-color: black;
}*/

@media (min-width: 425px) {
    .sub1 {
        margin-top: 5px !important;
    }
 
}
[action='/'] .sub1 &gt; a {
    padding: 16px 4px;
}

</pre></body></html>