<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.ave-sizechart-table tr.match-size td, table.ave-sizechart-table tr:hover td {
    background-color: rgba(225, 255, 241) !important;
}

table.ave-sizechart-table tr.match-size td {
    background-color: rgb(225, 255, 241) !important;
}

table.ave-sizechart-table tr td.match-size {
    background-color: rgb(197, 255, 202)!important;
    font-weight: bold;
}

table.ave-sizechart-table tr.sub-match-size td.sub-match-size{
    background-color: rgb(197, 255, 202) !important;
}
table.ave-sizechart-table tr.sub-match-size td{
    background-color: rgb(225, 255, 241) !important;
}
table.ave-sizechart-table tr td.main-match-size {
    background-color: rgb(101, 197, 109)!important;
    font-weight: bold;
    color: white;
}
</pre></body></html>