body {
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
}

#random-slider {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

#random-section {
    text-align: left;
    display: inline-block;
}

#footer {
    margin-top: 10px;
    font-size: 13px;
    float: right;
    padding: 20px;
}

#copied-text {
    display: inline-block;
    color: #555555;
}

.page {
    width: 1360px;
    margin: auto;
}

.first-four {
    text-align: center;
    margin-top: -90px;
}

.matchup-r0 {
    display:inline-block;
    text-align: left;
}

.percentage {
    float: right;
    font-size: 9px;
    line-height: 17px;
    color: #999999;
}

.slidecontainer {
  width: 270px;
  padding: 5px;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
.inline {
    display:inline-flex;
    margin-bottom: 8px;
}
.header {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 100%;
}

.section {
    background: white;
    width: 310;
    padding: 0 15px;
}

.mainsection, .conferencesection {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.buttonSection {
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.pure-button {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  margin-right: 5px;
  cursor: pointer;
}

.pure-button-accent {
  color: white;
  background: #04AA6D;
  text-decoration: none;
  padding: 8px 20px;
  cursor: pointer;
  border: none;
  margin-top: 10px;
}

.pure-button-accent:hover {
    background: #008A4D;
}

#year-select {
    padding: 6px;
    margin: 6px;
}

.buttonSection .button-random, .buttonSection .button-share, .buttonSection .button-reset, .buttonSection .button-toggle {
    background: #888888;
}

.buttonSection .button-random:hover, .buttonSection .button-share:hover, .buttonSection .button-reset:hover, .buttonSection .button-toggle:hover {
    background: #686868;
}

form {
    margin: 0;
}
.bracket {
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
    margin-top: -25px;
}
.matchup {
    border: solid 1px #777777;
    width: 120px;
    margin: 4px;
}
.team {
    padding: 3px 6px;
}
.team1 {
    border-bottom: solid 1px #CCCCCC;
}
.column {
    width: 135px;
    float: left;
}
.quarter {
    margin-bottom: 15px;
}
.matchup-r2 {
    margin-top: 28px;
    margin-bottom: 53px;
}
.quarter-r2 {
    margin-bottom: 68px;
}
.matchup-r3 {
    margin-bottom: 152px;
}
.quarter-r3 {
    margin-top: 77px;
    margin-bottom: 68px;
}
.quarter-r3-spacer {
    margin-top: 167px;
}
.matchup-r4 {
    margin-bottom: 152px;
}
.quarter-r4 {
    margin-top: 174px;
    margin-bottom: 68px;
}
.quarter-r4-spacer {
    margin-top: 366px;
}
.matchup-r5-right {
    margin-top: 385px;
}
.matchup-r5-left {
    margin-left: -60px;
    margin-top: 20px;
}
.matchup-r5-right {
    margin-left: 60px;
}
.matchup-r6 {
    margin-top: 320px;
    margin-left: 68px;
}
