<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stats-filter select, .stats-filter input {
  border-radius: 2px; }

.stats-legend {
  font-size: 11px;
  margin-right: 10px;
  display: inline-block; }

.stats-legend-val {
  font-weight: 700; }

.wf-table {
  table-layout: fixed; }
  .wf-table td, .wf-table th {
    text-align: right;
    padding: 8px; }
  .wf-table th {
    font-weight: 700;
    color: #444;
    padding-top: 12px;
    padding-bottom: 12px; }
  .wf-table td {
    height: 50px; }
  .wf-table td.mod-player, .wf-table th.mod-player, .wf-table td.mod-agents, .wf-table th.mod-agents {
    text-align: left; }
  .wf-table td.mod-agents {
    padding-top: 0;
    padding-bottom: 0; }
  .wf-table td.mod-agents div {
    display: flex;
    align-items: center;
    font-size: 10px;
    flex-wrap: wrap;
    gap: 3px; }
  .wf-table td.mod-agents img {
    width: 24px;
    height: 24px;
    background: #ccc;
    border-radius: 2px;
    image-rendering: -webkit-optimize-contrast;
    display: block; }
  .wf-table td.mod-agents img.mod-small {
    width: 20px;
    height: 20px; }
  .wf-table td.mod-rnd {
    border-right: 2px solid #888; }
  .wf-table th.mod-rnd {
    border-right: 2px solid #888; }
  .wf-table td.mod-cl {
    border-left: 2px solid #888; }
  .wf-table th.mod-cl {
    border-left: 2px solid #888; }

.stats-player-country {
  font-weight: 400;
  color: #888;
  font-size: 11px; }
</pre></body></html>