.mdl-layout__header {
  background-color: #001022 !important;
}

.drawer-logo {
  height: 100px;
  background-color: #37474f;
  display: flex;
}

.drawer-name {
  color: white;
  margin: auto;
  font-size: 30px;
}

/**
    * Content CSS
    */

.page-content {
  text-align: center;
  max-width: 800px;
  margin: auto;
  align-items: center;
}

.floating-label {
  text-align: left
}

.button-wrapper {
  display: flex;
  flex-direction: row;
}

.mdl-grid {
  padding: 0 !important;
}

.mazz-footer {}

.mdl-grid {
  justify-content: center;
}

.mdl-cell {
  box-sizing: border-box;
  height: 25px;
  margin: 2px 8px !important;
}

.mdl-grid:first-of-type .mdl-cell {
  height: 25px;
}

/* Results CSS */
#raceResults {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 20px;
  padding: 10px;
}

#raceResults hr {
  border-top: 3px solid #bbb;
}

/* END Results CSS */

/* Standings CSS */
.resultsTd {
  text-align: center;
}

#standingsTable {
  width: 100%;
}

#dropRacesLabel {
  width: 120px;
}

#standingsTableDiv {
  overflow: scroll;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 20px;
  margin-top: 30px
}

#dropRacesDiv {
  align-self: center;
}

#seasonSelectDiv {
  height: 70px;
}

/* END Standings CSS */