.page {
}
.page form {
}
.page form textarea {
  min-width: 400px;
  min-height: 400px;
}
.page ul.history {
  list-style: none;
  margin-left: 10px;
  padding-left: 0px;
}
.page ul.history li {
  cursor: pointer;
}
