.ranking > ol {
  counter-reset: rank 0;
}

.ranking > ol li::before {
  content: counter(rank);
  counter-increment: rank 1;
}
/*# sourceMappingURL=master.css.map */