/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: sans-serif;
}
#page-index {
  overflow: hidden;
}
#page-index #search-box {
  position: relative;
  margin: 200px auto auto auto;
  width: 300px;
  pointer-events: none;
}
#page-index #search-box form {
  pointer-events: auto;
}
#page-index #map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#page-index #map canvas {
  width: 100%;
  height: 100%;
  transform: scale(1, -1);
}
#page-index #select {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
#page-index #select div {
  pointer-events: auto;
  color: white;
  font-weight: bold;
  padding: 0.5em;
  font-family: monospace;
  font-size: 6pt;
}
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  padding: 0.5em;
  color: white;
}
header a {
  color: white;
}
header h1 {
  font-size: 200%;
}
header #db-list {
  display: flex;
  justify-content: flex-end;
}
header #db-list .toggle {
  cursor: pointer;
  padding: 0.5em;
  margin: 0.1em;
  border: 0.5px solid;
}
header #db-list .toggle.disabled {
  color: grey;
}
#page-results #page {
  max-width: 800px;
  margin: 2em auto 2em 4em;
  display: flex;
}
#page-results #page #db-block {
  width: 700px;
  flex-shrink: 0;
}
#page-results #page #db-block .result {
  font-family: monospace;
  position: relative;
  margin: 2em;
  padding: 1em;
  border: 1px solid lightgrey;
}
#page-results #page #db-block .result .part {
  display: flex;
  margin-bottom: 1em;
}
#page-results #page #db-block .result .part .key {
  width: 100px;
  flex-shrink: 0;
}
#page-results #page #db-block .result .part .value {
  margin-top: 1em;
  line-height: 125%;
}
#page-results #page #db-block .result .db-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page-results #page #db-block .result .db-logo img {
  height: 1em;
}
#page-results #page #db-block .result:hover {
  border: 1px solid #7cb8fd;
}
#page-results #page #replyto-block {
  font-size: 80%;
  font-family: sans-serif;
  background: #f1f1f1;
}
#page-results #page #replyto-block .replyto-item {
  max-width: 320px;
  margin: 2em 0;
  padding: 1em;
  border-bottom: 1px solid black;
}
#page-results #page #replyto-block .replyto-item p {
  margin-bottom: 1em;
}
#page-single .record {
  margin: 2em;
}
#page-single .record .db-logo {
  height: 32px;
  margin-bottom: 12px;
}
#page-single .record .db-logo img {
  height: 100%;
}
#page-single .record .cell {
  width: 600px;
  display: flex;
  margin-bottom: 0.5em;
}
#page-single .record .cell .key {
  width: 160px;
  flex-shrink: 0;
}
#page-single .record .cell .value {
  color: grey;
}
#page-single .record .record {
  margin-top: 2em;
}
#page-single .comment-block {
  margin: 2em;
  border-top: 1px solid;
  max-width: 620px;
}
#page-single .comment-block .comment-link {
  font-family: monospace;
  font-size: large;
  padding: 1em 0;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
#page-single .comment-block .replyto-item h2 {
  margin-bottom: 1em;
}
#page-single .comment-block .replyto-item .comment {
  max-width: 620px;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid black;
}
#page-single .comment-block .replyto-item .comment .date {
  font-style: italic;
  font-size: small;
  color: grey;
  margin: 0.5em 0;
}
#page-single .comment-block .replyto-item .comment p {
  margin-bottom: 1em;
}
