.simple-table .info {
  font-size: 0.8em;
}

/*** Pre-2012 versions of the ranking tables ***/

.badge {
  width: 200px;
}

.super {
  font-size: 70%;
  vertical-align: super;
}

.tableBorder {
  background-color: #fff;
}

.leftCol {
  background-color: #eee;
  color: #000;
}

.rightCol {
  background-color: #b1946c;
  color: #000;
}
/* New style */
.visually-hidden {
  display: none;
}

.breadcrumb {
  margin-bottom: 0;
}
.content.col {
  padding: 0;
}

.overflow-hidden {
  overflow: hidden;
}

section#intro {
  margin-bottom: 0;
  background-color: #555960;
}

section#intro .ranks-banner {
  margin-bottom: 0;
}

.split-img {
  padding: 0;
}

.split-img img {
  height: 100%;
  width: auto;
}

section#intro img {
  /* max-height: 30rem; */
}

section#body {
  padding: 1rem 0 2rem;
}

section#body .rankings-text-block {
  width: 22rem;
  margin: 0 auto;
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

section#body .ranking {
  background-color: #cfb991;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
}

section#body .rank-num {
  font-family: "United Sans Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

section#body .rank-text {
  font-family: "United Sans", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 2rem;
}

.ranks-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

section#rankings {
  background-color: #cfb991;
  color: #000000;
  padding: 1rem 0 2rem;
}

section#rankings h1 {
  margin-bottom: 0;
}

table.table thead {
  background-color: #8e6f3e;
  color: #ffffff;
  border-bottom: 3px solid #000000;
}

table.table thead th,
table.table tbody td {
  border: none;
}

table.table tbody * {
  color: black;
}

table.table tbody tr:nth-child(2n) {
  background-color: #ede4d5;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

table.table tbody tr:nth-child(2n + 1) {
  background-color: #ffffff;
}

table span.table-subtext {
  font-size: 0.8rem;
}

@media only screen and (min-width: 1024px) {
  section#body .rankings-text-block {
    float: right;
    margin: 0 1rem 1rem;
    display: revert;
  }
}
