body {
  margin: 0;
  background-color: #C1E2FF;
}

div {
  font-family: acumin-pro-wide,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;
  font-weight: 400;
}

div#header {
  display:flex;
  align-items:center;
  vertical-align: middle;
  background-color: #3c49ab;
  padding: 10px;
  color: white;
  font-size: 32px;
  margin: 0;
  padding: 22px;
  text-decoration: none;
}

div#header a {
  margin-right: 20px;
}

div#header div#beta {
  background-color: #24428F;
  border-radius: 3px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 12px;
  margin-left: 20px;
}

div#content {
  margin: 0px 20px;
}

div#content-top {
  display: flex;
  padding: 20px 0px;
  line-height: 24px;
}

div#selector {
  margin-left: auto;
}

select {
  height: 48px;
  font-size: 21px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button {
  width: 210px;
  height: 48px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 3px;
  border: 0;
  color: white;
  background-color: #4A61FF;
  border-color: #4A61FF;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed, system-ui, -apple-system;
  font-size: 24px;
  font-weight: 500;
}

button:hover {
  background-color: #363b84;
}

/*button span {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 14px;
  background-color: #b9e1e9;
  font-family: "TextaNarrow-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

table {
  border-collapse: collapse;
  width: 100%;
  font-family: "acumin-pro-wide", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

th, td {
  text-align: left;
  padding: 12px;
}

tr:nth-child(odd){background-color: white}
tr:nth-child(even){background-color: #f2f2f2}

tbody {
  border: 1pt solid #bdbdbd;
}
tbody tr {
  border-bottom: 1pt solid #C1E2FF;
}

th {
  background-color: #292232;
  color: white;
}

div#content-bottom {
  padding: 20px 0px;
}