body {
  background-color: #eff3f8;
  font-size: 1rem;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #151b1e;
  margin:auto;
  text-align: left;
  width: 50%;
}

input {
  margin-bottom: 10px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 50%;
  background-color: #278BC4;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  left: auto;
}

input[type=submit]:hover {
  background-color: #1B6189;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  padding: 0px 5px 18px 5px;
}

td.image-cell {
  width: 20%;
}

td img{
  display:block; width:100%; height:auto;
}

p {
  text-align: left;
}

a {
  color: #1f9bde;
  text-decoration: none;
  background-color: transparent;
}

 a:hover {
  text-decoration: underline;
}

div.center-button {
  text-align: center;
}

p.error {
  font-weight: bold;
  font-size: large;
}

#terms_of_service_wrapper {
  background-color: #2c5770;
  color: white;
  border-color: black;
  border-width: 10px;
  height: 300px;
  overflow-y: scroll;
}

.recaptcha {
  margin: 25px auto;
  max-width: 300px;
}
