#authorIdForm {
  float: right;
  background-color: #ddffff;
  width: 20em;
}

#summary {
  background-color: #ff00ff;
  width: 70%;
  height: 120px;
  maximum-height: 120px;
  overflow: scroll;
  margin: 0px 15% 0px 15%;
}

#watchlist {
  width: 100%;
}

.messageDiv {
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.messageArea {
  background-color: #cccccc;
  padding: 10px;
  text-align: left;
  border-style: solid;
  border-width: 3;
  border-color: white;
}

.lastAuthor {
  vertical-align: top;
  text-align: center;
}

/*
.lastAuthorDiv {
  float: right;
  width: 200px;
  min-width: 200px;
  text-align: left;
}
*/

body {
  text-align: center;
}
