.wf-nav.mod-collapsible {
  flex-wrap: wrap;
  height: 55px;
  position: relative;
  padding-right: 70px; }

.wf-nav-item.mod-togglemenu {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 21px; }

.wf-nav-item.mod-togglemenu.mod-visible {
  display: block; }

.wf-nav-menu-container {
  position: relative; }

.wf-nav-menu {
  right: 0;
  top: -10px;
  position: absolute;
  display: none;
  background: #222;
  border-radius: 3px;
  z-index: 99;
  overflow: hidden; }

.wf-nav-menu.mod-visible {
  display: block; }

.wf-nav-menu-item {
  display: none;
  padding: 8px 12px; }

.wf-nav-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold; }

.wf-nav-menu-item.mod-visible {
  display: block; }

.wf-tmp-h {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; }
  .wf-tmp-h .small {
    display: none; }

.wf-nav-item-title .small {
  display: none; }

.btn.mod-filter {
  display: none; }

.filter-container {
  display: flex;
  margin-bottom: 22px;
  padding-left: 22px;
  align-items: center; }

.rank-item-label {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px; }

.rank-item-rank, td.rank-item-rank {
  font-size: 11px;
  width: 60px; }
  .rank-item-rank a, td.rank-item-rank a {
    justify-content: center; }

.wf-faux-table.mod-teams tr {
  height: 60px; }
.wf-faux-table.mod-teams thead tr {
  height: 20px; }

.world-rankings-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.world-rankings-col {
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 25px; }

.rank-label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700; }

.rank-item {
  height: 56px;
  padding: 0 15px;
  padding-left: 13px;
  margin-bottom: 5px; }
  .rank-item .plus {
    color: #61b875;
    font-size: 11px; }
  .rank-item .minus {
    color: #d1475e;
    font-size: 11px; }

.rank-item-standings th {
  text-transform: uppercase;
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  padding-bottom: 4px; }
.rank-item-standings td {
  padding: 4px 0;
  padding-right: 10px; }

.rank-item-rank {
  width: 32px;
  height: 32px;
  position: relative;
  font-weight: 500;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .rank-item-rank i {
    font-size: 38px;
    color: #e4e4e4; }

.rank-item-rank-num {
  position: absolute;
  width: 100%;
  top: 11px;
  left: 0;
  text-align: center; }

.rank-item-rankdt {
  width: 30px;
  font-size: 11px;
  margin-left: 4px;
  margin-top: -16px;
  margin-right: 20px; }

.rank-item-team {
  flex: 1;
  font-weight: 700;
  font-size: 14px;
  min-width: 200px;
  flex-shrink: 0; }
  .rank-item-team img {
    width: 36px;
    height: 36px;
    margin-right: 18px;
    image-rendering: -webkit-optimize-contrast; }

.rank-item-team-country {
  color: #888;
  font-weight: 400;
  margin-top: 4px;
  font-size: 11px; }

.rank-item-rating {
  flex: 0 0 70px; }

.rank-item-rating.mod-short {
  flex: 0 0 40px;
  text-align: right; }

.rank-item-toggle {
  cursor: pointer;
  flex: 0 0 120px;
  height: 80%;
  justify-content: center; }
  .rank-item-toggle div {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 11px; }

.rank-item-toggle:hover div {
  background: rgba(0, 0, 0, 0.2); }

.rank-item-last {
  min-width: 200px; }
  .rank-item-last a {
    padding-right: 7px !important; }
  .rank-item-last img {
    height: 25px;
    width: 25px;
    margin: 0 8px;
    image-rendering: -webkit-optimize-contrast; }

.rank-item-last-vs {
  color: #888;
  font-style: italic; }

.rank-item-streak {
  flex: 0 0 50px;
  text-align: right; }
  .rank-item-streak a {
    padding-right: 7px !important; }

.rank-item-record {
  flex: 0 0 80px;
  text-align: right; }

.rank-item-earnings {
  text-align: right;
  flex: 0 0 90px; }

.rank-item-matches.mod-collapsed {
  display: none; }

.rank-item-matches-dt.mod-win {
  color: #61b875; }

.rank-item-matches-dt.mod-loss {
  color: #d1475e; }
