body {
  margin: 0;
  padding: 0;
  background: url('Purple.avif') no-repeat center center fixed;
  background-size: cover;
  background-color: #e5f7f9; /* fallback background color */
}


h1 {
  font-size: 3.0em;
  text-align: center;
  font-weight: normal;
}

h2 {
  font-size: 1.7em;
  text-align: center;
  font-weight: normal;
  margin-top: 0px;
}

a.decorated {
  text-decoration: underline;
}
a.decorated:hover {
  text-decoration: none;
}

.plate {
  background: rgba(255,255,255, 0.8); 
  border: 6px solid #ffffff;
  border-radius: 12px;
  padding: 12px 12px 36px;
  margin-top: 36px;  
  box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.25);
}

.mt0 {
  margin-top:0;
}
.mt6 {
  margin-top:6px;
}

.g-recaptcha {
  width: 304px;
  margin: auto;
}

table {
  width: 80%;
  margin: 12px auto 0;
}

table.intable {
  width: 30%;
}
table.intable td:first-child {
  width: 50%;
}

@media screen and (max-width: 800px) {
  table.intable {
    width: 80%;
  }
  table.intable td:first-child {
    width: 50%;
  }

}

.dangerz, .danger {
  color:#de1500 !important;
}

.intable td:first-child {
  text-align: right; 
  padding-right: 6px;
}
.intable td {
  padding-bottom: 6px;
  font-size: 0.875em;
}

table.result_table {
  color:#000;
}
table.result_table th {
  text-align: center !important;
  background: #eee !important;
}

table.result_table th, table.result_table td {
  font-size: 13px;
  padding: 6px !important;

}

.table-stripe>tbody>tr:nth-child(odd)>td {
  background: #eefdff;
}

.warningz {
  color:#d44600;
}