/* -- Leaderboard styling --*/
.neutral-btn {
  padding: 5px 15px;
  margin-left: -2px;
  background-color: #818889;
}
.neutral-hover {
  background-color: #ffffff;
  color: #000000;
}
.affirmativeButton {
  background-color: #5ecba8;
  color: #ffffff;
}
.negativeButton {
  background-color: #e5553f;
  color: #ffffff;
}
.otherButton {
  background-color: #818889;
  color: #ffffff;
}
@media (min-with: 40.063em) {
  .leaderboard .pageTitle {
    margin-bottom: 30px;
  }
}
#contentContainer {
  margin: 0px auto;
  overflow: hidden;
}
#contentContainer h3 {
  font-family: 'Domine', 'Times New Roman', Times, serif;
  letter-spacing: -1px;
  line-height: 1.3em;
}
table {
  border-spacing: 0;
}
tbody > tr:first-child {
  background-color: #2b3132;
  color: white;
}
tr:nth-child(2) > td {
  border-top-width: 0;
}
tr:nth-child(n+1) {
  background-color: white;
}
tr:nth-child(2n+1) {
  background-color: #e7eff0;
}
th,
td {
  margin: 0;
  padding: .5em 3em;
  text-align: center;
  border-width: 2px 2px;
  border-color: #818889;
  border-style: solid;
  border-right: none;
  border-bottom: none;
}
tr > th {
  border-top: none;
}
tr th {
  border-top: 1px solid #2b3132;
}
th:first-child {
  border-left: 2px solid #2b3132;
}
th:last-child {
  border-right: 2px solid #2b3132;
}
td:last-child {
  border-right-width: 2px;
  border-right-color: #818889;
  border-right-style: solid;
}
tr:last-child td {
  border-bottom-width: 2px;
  border-bottom-color: #818889;
  border-bottom-style: solid;
}
.vertical-list-header {
  margin: 0;
  margin-bottom: 15px;
  background: #818889;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: white;
  padding: .6em;
}
.badge-box {
  border-style: solid;
  border-width: 1px;
  border-color: #818889;
  margin-top: 18px;
}
.badge-info {
  display: inline-block;
  width: 100px;
  margin-top: 25px;
}
.badge-info span:nth-child(1) {
  color: #2b3132;
  font-size: 20px;
  font-family: 'Domine', 'Times New Roman', Times, serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 15px;
  text-align: left;
}
.badge-info span:nth-child(3) {
  color: #818889;
  font-family: 'Domine', 'Times New Roman', Times, serif;
  margin: 0;
  padding: 0;
  text-align: center;
  text-align: left;
}
.vertical-list {
  list-style: none;
}
.vertical-list span {
  display: block;
}
.vertical-list li > span:first-child {
  display: inline-block;
  float: left;
}
.vertical-list li > span:first-child {
  display: inline-block;
  float: left;
}
.vertical-list li {
  padding: 0 25px 25px;
  text-align: center;
}
.badge-1 {
  width: 100px;
  height: 100px;
  background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-1-100x100.png');
  margin-right: 10px;
}
.badge-2 {
  width: 100px;
  height: 100px;
  background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-2-100x100.png');
  margin-right: 10px;
}
.badge-3 {
  width: 100px;
  height: 100px;
  background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-3-100x100.png');
  margin-right: 10px;
}
.badge-4 {
  width: 100px;
  height: 100px;
  background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-4-100x100.png');
  margin-right: 10px;
}
.leaderboard-controls {
  text-align: center;
  margin-bottom: 20px;
}
span.badge-info {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 642px) and (max-width: 676px), screen and (min-width: 1025px) and (max-width: 1145px) {
  ul.vertical-list li > span:first-child {
    float: none;
  }
  span.badge-info {
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 481px) {
  ul.vertical-list li > span:first-child {
    float: none;
  }
}
@media only screen and (max-width: 40.063em) {
  .badge-1 {
    width: 200px;
    height: 200px;
    background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-1-200x200.png');
    margin-right: 0;
  }
  .badge-2 {
    width: 200px;
    height: 200px;
    background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-2-200x200.png');
    margin-right: 0;
  }
  .badge-3 {
    width: 200px;
    height: 200px;
    background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-3-200x200.png');
    margin-right: 0;
  }
  .badge-4 {
    width: 200px;
    height: 200px;
    background-image: url('http://aurprod.s3.amazonaws.com/img/badges/Badge-4-200x200.png');
    margin-right: 0;
  }
  .badge-info {
    display: inline-block;
    width: 200px;
    margin-top: 50px;
  }
  .badge-info span:nth-child(1),
  .badge-info span:nth-child(3) {
    padding-top: 0;
    text-align: center;
  }
}
