* {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'dejavu sans mono', courier;
}

body {
  overflow: hidden;
}

#pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  overflow: scroll;
  border-right: 4px #000 solid;
  background-color: #ccc;
}

#name {
  position: absolute;
  top: 0;
  left: 204px;
  right: 0;
  height: 26px;
  padding: 10px 5px 0 5px;
  font-size: 16px;
  background-color: #cdf09c;
  border-bottom: 4px #000 solid;
}

#text {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 204px;
  right: 0;
  padding: 5px;
  overflow: auto;
  background-color: #eee;
}

#img-wrapper {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 204px;
  right: 0;
  padding: 5px;
  background-color: #ddd;
}

#img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  background-color: #ddd;
}

#topbuttons {
  position: absolute;
  top: 5px;
  right: 5px;
}

#topbuttons * {
  float: right;
}

#click, a#click:link, a#click:visited {
  font-size: 14px;
  color: #222;
  padding: 1px 3px;
  border: 1px dashed #0000ff;
  background-color: #ea9514;
  cursor: pointer;
}

#click:hover, a#click:hover {
  background-color: #dabe0f;
}

a#click {
  text-decoration: none;
  display: block;
}

#show:link, #show:visited {
  font-size: 14px;
  color: #222;
  padding: 1px 3px;
  border: 1px dashed #0000ff;
  background-color: #ae5941;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-right: 5px;
}

#show:hover {
  background-color: #adebf0;
}

#pure:link, #pure:visited {
  font-size: 14px;
  color: #222;
  padding: 1px 3px;
  border: 1px dashed #0000ff;
  background-color: #abcdef;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-right: 5px;
}

#pure:hover {
  background-color: #89abcd;
}

.eh {
  width: 1px;
  height: 5px;
}

ul {
  padding-left: 10px;
  list-style: none;
}

ul ul {
  display: none;
}

p {
  margin-top: 5px;
  cursor: default;
}
