table {
  text-wrap: nowrap;
}

thead {
  background-color: #ffcc66;
  font-size: 1.17em;
  font-weight: bold;
}

tbody {
  background-color: #ffffcc;
}

th {
  font-weight: bold;
}

td {
  font-size: 1em;
  padding: 0.1em;
}

#env {
  overflow: scroll;
  display: inline-block;
  max-width: 100vw;
}

#hint {
  background-color: #005566;
  border: 1px solid rgb(1, 9, 14);
  color: #fff;
  padding: 6px 12px;
  font-size: 1em;
  display: inline-block;
  margin-bottom: 4px;
}

.toast {
  position: fixed;
  padding: 4px 12px;
  background: rgba(0,0,0,.75);
  color: #fff;
  border-radius: 4px;
  font-size: 0.9em;
  pointer-events: none;
  opacity: 1;
  transition: opacity .4s ease;
  z-index: 9999;
}
