body {
  font-family: Verdana, Arial, Sans-Serif;
}
h1 {
  text-align: center;
}
h3 {
  text-align: left;
  text-decoration: underline;
  font-style: italic;
  font-weight: normal;
  font-size: smaller;
  font-family: cursive;
  color: gray;
}
span.cute {
  font-family: cursive;
  font-style: italic;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
div.border {
  margin: 30px;
  padding: 11px;
  text-align: center;
  border: dotted 1px gray;
  width: 90%;
}
div.floatleft {
  padding: 0px 10px 0px 10px;
  float: left;
  margin: 17px;
  font-size: smaller;
  border: dotted 1px gray;
}
div.floatright {
  float: right;
}
div.wordform {
  margin: 17px;
  padding: 12px;
  border: dotted 1px gray;
  font-size: smaller;
}
div.wordform, div.navigate {
  margin: 17px;
}
.wordformtext {
  width: 95%;
  margin: 2px;
  font-size: normal;
}
.wordformbutton {
  margin: 2px;
}
div.wordform form {
  margin: 0px;
  padding: 0px;
}
div.navigate {
  font-size: smaller;
  padding: 0px;
  border: dotted 1px gray;
}
div.navigate > ul {
  list-style: none;
  padding: 0 20px 0 20px;
  text-indent: -4px;
}
div.navigate li:before {
  content: "\00BB \0020"
}
div.invisible {
    width: 0px;
    height: 0px;
    border: none;
    margin: 0px;
    padding: 0px;
}
div.entries > div {
    float: left;
    padding: 7px;
    margin: 7px;
    border: solid 1px gray;
}
div.entry, div.new, div.existing {
    background: #E8E8E8;
    float: left;
    padding: 7px;
    margin: 7px;
    border: solid 1px gray;
}
div.morph {
    background: white;
    float: left;
    padding: 7px;
    margin: 7px;
    border: solid 1px gray;
}
div.db, div.db textarea {
    background: #DDF;
    float: left;
    padding: 7px;
    margin: 7px;
    border: solid 1px gray;
}
div.notfound {
    border: solid 1px red;
    background: #FFB8C0;
    float: left;
    padding: 7px;
    margin: 7px;
}
div.new A {
    color: #0A0;
}
div.existing A {
    color: #AAA;
}
div.label {
    position: relative;
    left: -8px;
    top: -19px;
    width: 64px;
    height: 10px;
    border: dotted 1px gray;
    margin: 0px;
    padding: 0px;
    color: #777;
    font-size: 0.5em;
    text-align: center;
    background: white;
}
table.layout, table.layout td {
  border: none;
  vertical-align: top;
}
table.layout td {
  text-align: justify;
  padding: 2px 7px 2px 7px;
}
table.simple {
  border: solid 2px black;
  border-collapse: collapse;
}
table.simple thead {
  text-align: center;
  font-weight: bold;
  border: solid 1px black; /* does not work */
}
table.simple thead tr {
}
table.simple thead td {
  padding: 2px 10px 2px 10px;
}
table.simple tfoot td {
  padding: 1px 10px 1px 10px;
}
table.simple tfoot {
  border: solid 1px black;
}
table.simple td {
  border: solid 1px lightgray;
  font-size: smaller;
  padding: 0px 5px 0px 10px;
}
hr {
  clear: both;
}
div.clear {
  clear: both;
}
div.google-ad, div.entries div.google-ad {
  float: left;
  margin-right: 17px;
  padding: 0px;
}
div.google-tower {
  float: left;
  margin-right: 30px;
}
div.google-links {
  border: solid 1px #DDDDDD;
  margin: 17px;
}
div.google-banner {
  width: 728px;
}
div.targeting {
  display: none;
}
div.footer {
  font-size: 0.7em;
  color: gray;
  text-align: center;
}
hr {
  width: 72%;
}
div.feedback {
  clear: both;
  float: right;
  border: dashed 1px gray;
  padding: 2px;
  margin: 17px;
}
div.feedback div, div.feedback form {
  margin: 0px;
}
div.feedback textarea {
  margin-bottom: 2px;
}
div.feedback-title {
  text-align: right;
  font-weight: bold;
  color: white;
  background: gray;
  margin-bottom: 2px;
}
div.feedback label {
  display: block;
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 17px;
}
div.feedback input {
  text-align: left;
  width: auto;
}
div.feedback-buttons {
  text-align: right;
}
span#feedback-cancel {
  text-align: left;
}
div#feedback-input {
  text-align: right;
}
