#board {
  clear: both;
  vertical-align: top;
}

#actions {
  float: right;
}

#messages, #message, #post {
  font-size: 9pt;
}

#entry {
  clear: both;
  padding: 2px 0 2px 0;
  border-top: 1px solid black;
}

#post {
  padding-left: 4px;
}

#messages {
  width: 200px;
  overflow-x: hidden;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 4px 0 10px 0;
}

#message {
  width: 184px;
  height: 16px;
}

#content {
  vertical-align: top;
  width: 100%
}

#splitter {
  vertical-align: middle;
  border-left: 1px dotted gray;
  border-right: 1px dotted gray;
  background: #eeeeee;
  padding: 0;
}

#grip {
  padding: 1px;
}

