div.waiver-status-list {
  max-height: 50vh;
  overflow-y: auto;
}

form {
  text-align: center;
}

form label {
  display: block;
}

form .form-input-field {
  display: inline-block;
  margin: 10px;
  max-width: 100%;
  text-align: left;
  vertical-align: top;
  width: 250px;
}

table {
  text-align: left;
}

table td > div.search-result {
  max-height: 50vh;
  overflow-y: auto;
}

table td > div.search-result > div {
  padding-left: 1em;
  text-indent: -1em;
}

#content {
  margin: 50px auto;
  text-align: justify;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-variant: small-caps;
}

#content form label {
  font-weight: 600;
}

form#login .form-input-field:last-child:nth-child(odd),
form#register .form-input-field:last-child:nth-child(odd) {
  width: 520px;
}

form#register .account-type:nth-child(4) {
  display: none;
}

#organizations-wrapper .card {
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  #organizations-wrapper .card .organization-body {
    white-space: nowrap;
  }
}

#organizations-wrapper .card .organization-body > div {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1200px) {
  #organizations-wrapper .card .organization-body > div {
    margin: 5px 0px;
  }
}

#organizations-wrapper .card-header {
  background-color: var(--hmmt-red);
}

#organizations-wrapper .card-header button {
  color: white;
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
}

@media (max-width: 1200px) {
  #tournaments form .form-input-field {
    width: calc(100% - 20px);
  }
}

@media (min-width: 1200px) {
  #tournaments form .form-input-field {
    width: calc(50% - 20px);
  }

  #tournaments form .tournament-constants .form-input-field {
    width: calc(25% - 20px);
  }
}

#tournaments .card {
  margin-bottom: 5px;
}

#tournaments .card-header {
  background-color: var(--hmmt-grey);
}

#tournaments .card-header button {
  color: var(--hmmt-red);
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
}

#waiver-iframe {
  height: 80vh;
  resize: both;
  width: 100%;
}

#waiver-list > div.row:nth-child(even) {
  background-color: white;
  color: black;
}

#waiver-list > div.row:nth-child(odd) {
  background-color: var(--hmmt-red);
  color: white;
}
