
.leaderboard-maprecord {
    display: flex;
    flex-direction: column;
    background: #000;
    color: #33ffcc;
    font-family: "Courier New";
  }  


.maprecord-row {
  display: flex;
  justify-content: space-between;
  background: #1b1b1b;
  padding: 0.7rem 1rem;
  border-bottom: #33ffcc dashed 1px;
}

.maprecord-row.header {
  font-weight: bold;
  border-bottom: #33ffcc solid 2px;
  font-size: 1.20rem;
}

.maprecord-row .map-name { flex: 1; font-weight: bold; text-align: center;}
.maprecord-row .map-mode { flex: 1; text-align: center; }
.maprecord-row .map-wave { flex: 1; text-align: center; font-weight: bold;}
.maprecord-row .map-plays { flex: 1; text-align: center; }

.maprecord-row:hover { background: #33ffcc; color: #000; }
