<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

ul,
li {
    margin: 0;
    padding: 0;
}

ul.tabs {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

ul.tabs li {
    float: left;
    overflow: hidden;
    width: 180px;
    position: relative;
    text-decoration: none;
}

ul.tabs li.active {
}

ul.tabs li:hover {
}

div.tab_container .tab_content {
    font-weight: normal;
    padding: 0;
}

ul.tabs li a {
    color: #FFF;
    text-decoration: none;
}
</pre></body></html>