#post-list div {
  cursor: pointer;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
#post-list div:hover {
  background: #f0f0f0;
}
.hidden {
  display: none;
}
