body {
  margin: 0;
  font-family: Verdana, sans-serif;
  line-height: 1.35;
  background-color: #e7e7e7;
  overflow: hidden;
}
.delimiter {
  position: absolute;
  width: 1px;
  background-color: #dddddd;
}
.gmt, .person {
  display: inline-block;
  margin: 6px 0 0 0;
  padding: 2px 0 0 0;
  font-family: Verdana, sans-serif;
  line-height: 1;
}
.help:hover {
  text-decoration: underline;
}
.letter {
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 110%;
  color: #0000dd;
  text-decoration: none;
  cursor: pointer;
}
.letter:hover {
  text-decoration: underline;
}
.person {
  cursor: pointer;
}
.sensitive-points-header {
  padding: 1px 0 0 4px;
  font-family: "Andale Mono", "Courier New", monospace;
  text-align: left;
}
textarea {
  margin: 2px 0 0 0;
  padding: 0 0 0 3px;
  font-family: "Andale Mono", "Courier New", monospace;
  color: #000000;
  background-color: #f0fdff;
  border: inset 2px #dddddd;
  resize: none;
  overflow-x: none;
  overflow-y: scroll;
}
.title {
  width: 100%;
  text-align: center;
  background-color: #ffffee;
}
