<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tab1 {
    padding-top: 30px;
}

#category-legend-container {
    height: 484px;
    background-image: url("../images/legend/legend_cate.png");
    padding: 40px 10px 10px;
}

#category-legend-container-inner {
    height: 420px;
    overflow-y: auto;
}

#category-legend-container ul {
    background-color: #e4f1d1; /* rgb(228, 241, 209) */
    list-style: none outside none;
    font-size: 18px;
    font-weight: bold;
}

#category-legend-container li {
    margin: 0 10px;
    text-align: left;
}

#category-legend-container li&gt;img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

#category-legend-container li+li {
    border-top: 1px dotted #b6cf93;
}
</pre></body></html>