.background-image {
  background-image: url(/Screen\ Shot\ 2021-06-02\ at\ 3.38.54\ PM.png);
  background-size: cover;
  background-position: center;
}

.inputs {
  margin: 25px 0;
  font-size: 1.3em;
  min-width: 400px;
  border-collapse: collapse;
  border-top: solid red 4px;
  border-bottom: solid red 4px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  background-color: rgb(255, 0, 0);
  color: rgb(0, 0, 0);
}

@media all and (max-width: 600px) {
  .inputs {
    font: 0.9em;
  }
  .inputs td {
    border: 1px solid black;
  }
}

#Rankings {
  margin: 0 0 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-collapse: collapse;
  border-top: solid red 4px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  background-color: rgb(255, 0, 0);
  color: rgb(0, 0, 0);
}

#Rankings thead {
  color: rgb(0, 0, 0);
  font-size: 1.2em;
}
#Rankings th {
  border-right: 2px solid white;
}

#Rankings tr:last-of-type {
  border-bottom: 3px solid rgb(0, 0, 0);
}
#Rankings td {
  border-right: 1px solid rgb(255, 255, 255);
}
#Rankings tr {
  background-color: rgb(189, 189, 189);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: larger;
  font-weight: 500;
}

@media all and (max-width: 600px) {
  .flex-xs-wrap {
    flex-wrap: wrap;
  }
}

#returnToWellRunTournaments {
  color: black;
}
