
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

body * {
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

ul {
  padding-left: 4% !important;
}

li {
  list-style-type: disc !important;
  margin-left: 2rem;
}

label {
  font-family: opensans, sans-serif;
  font-size: 1.2rem;
  color: white !important;
  padding-right: 1%;
  padding-left: 1%;
}

select {
  background-color: rgba(255,255,255,0.9);
  width: 50%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
  display: inline-block;
}

a {
  color: #235EBD;
}

.boldData {
  font-weight: 600;
}

#selectHeader {
  padding: 1rem;
  background-color: #183c75;
  border-radius: 6px;
}


@media only screen and (max-width: 400px) {
  select {
    display: block;
    width: 100%;
    margin-top: .5rem;
  }
}
