<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.match-tabs {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: inset 0px -2px 0px #30AF4A;
    border-radius: 16px 16px 0px 0px;
    text-align: center;
    padding-bottom: 2px;
}
.match-tab-link.active {
    color: #FFFFFF;
    font-weight: 700;
    background: #00603A;
}
.match-tab-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #626262;
    padding: 12px 16px;
    background: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
}</pre></body></html>