html {
  height: 100%;
}
body {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.content {
  flex: 1 0 auto;
  padding: 20px;
}
.footer {
  flex-shrink: 0;
  padding: 20px;
}
.h1 {
  font-family: monospace, monospace;
  font-size: 225%;
}
.h2 {
  font-family: monospace, monospace;
  font-size: 150%;
}
.small {
  font-size: 75%;
}
.bold {
  font-weight: bold;
}
.indent {
  text-indent: 8px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
#index table {
  border-collapse: collapse;
}
#index td {
  padding: 4px 12px 0;
  border-bottom: 1pt solid lightgrey;
}
#index tr:hover {
  background: lightgrey;
}
img {
  max-width: 100%;
}
input[name=sun_field] {
	display: none;
}
