body {
  font-family: sans-serif;
}

#search-form {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 12.5%;
  width: 75%;
}

#search-form p {
  margin-top: 1em;
  font-size: small;
}

#query {
  border: none;
  border-bottom: solid 1px #999;
  padding: 0.1em;
  width: 50%;
  text-align: center;
  margin-top: 1em;
}

#results {
  position: absolute;
  top: 100px;
  left: 12.5%;
  width: 75%;
  height: 70%;
  overflow-y: auto;
}

#results p {
  text-align: center;
  border: solid 1px #eee;
  color: #999;
  padding: 1em;
  margin: 1em auto;
  width: 80%;
}

#cred {
  position: absolute;
  top: 90%;
  left: 12.5%;
  width: 75%;
  text-align: center;
  font-size: x-small;
  color: #666;
  padding-top: 1em;
}

#cred a {
  color: #999;
}

#cred img {
  border-width: 0;
  vertical-align: middle;
  margin-top: 0.5em;
}

.results {
  position: relative;
}

.results dt {
  margin-top: 2em;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

.results dl:hover {
  color: #333;
}

.results dd {
  margin: 0.2em 0 0.2em 0;
}

.results dd {
  text-align: center;
}

.results dl {
  float: left;
  margin-left: 2%;
  width: 30%;
  height: 150px;
}

.pin {
  font-style: italic;
  font-size: smaller;
}

.results dd.no-more,#loading {
  margin-top: 2em;
  font-size: larger;
  text-align: center;
  color: #ccc;
}

#history {
  margin-top: 0.5em;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

#history li {
  display: inline;
  margin-left: 1ex;
  font-size: xx-small;
}

#history a {
  text-decoration: none;
}

#history li.first {
  font-weight: bold;
}

.queryable {
  cursor: pointer;
}

li.queryable:hover {
  text-decoration: underline
}
