<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!hide-jerseys.css*/

/* hide jersey colors */
.flaticon-tshirt5 {
    display: none !important;
}
.match-team .flaticon-tshirt5 {
    display: none !important;
}

.match-teams &gt; .team-wrapper:first-child {
    padding-left: 0.5rem;
}

.match-teams &gt; .team-wrapper:last-child {
    padding-right: 0.5rem;
}

/* on team page */
.match &gt; h1 &gt; div {
    margin-left: 0 !important;
    text-indent: 0 !important;
}</pre></body></html>