<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul#cat_list li.active {
    background: transparent;
    cursor: default;
    /* text-decoration: underline; */
    color: #44afe0;
    border-bottom: 2px solid #45afe0;
}
ul#cat_list li {
    background: transparent;
    cursor: default;
    /* text-decoration: underline; */
    color: #44afe0;
    border: 1px solid #fff;
    border-radius: 7px;
        -webkit-box-shadow: 1px 1px 5px 0px #CCCCCC;
    box-shadow: 1px 1px 5px 0px #CCCCCC;
    margin-top: 4px;
}
ul#cat_list li a {
   color: #4a4a4a;
   min-width: 0;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}
ul#cat_list li.active a {
   color: #44afe0;;
}
.description_container a {
    color: #30a9e0;
}
</pre></body></html>