/* ==========================================================================
  Author's custom styles
  ========================================================================== */
html {
  height: 100%;
}
body {
  line-height: 1.5;
  height: 100%;
  overflow-x: visible;
  overflow-y: visible;
}

td {
  vertical-align: top;
  text-align: center;
  padding: 16px 8px 0px 8px;
}

h1 {
  margin: 0 0 0 0;
}

input {
  font-size: 1.2em;
  margin: 4px;
  padding: 4px 16px;
  border-radius: 6px;
}

hr {
  margin: 4px;
}

table#main td div {
  overflow-y: auto;
}

.selected {
  background-color: #D0FFD0;
}

td#footer {
  padding: 0;
  font-size: 0.75em;
}
