html, body {
  font-size: 125%;
}
body {
  background-color: #f0f0f0;
}

@media print {
  .no_print {
    display: none;
  }
}

li {
}

#searchBox {
}

#searchBox input {
  font-size: 125%;
  margin: 4px;
  padding: 4px;
}

#searchBox input[type="submit"] {
  font-size: 100%;
}

table {
  background-color: FloralWhite;
}

th {
  background-color: Honeydew;
}

@media screen and (max-device-width: 800px) {
  li {
  }

  table {
  }
}
