.notes {
  margin-bottom: 2rem;
  max-width: 800px;
}
.notes > div.bar {
  background-color: #f9dca5;
  overflow: auto;
}
.notes > div.bar.top {
  border-radius: 6px 6px 0 0;
}
.notes > div.bar.bottom {
  border-radius: 0 0 6px 6px;
}
.notes > div.note {
  border-bottom: 1px solid #f9dca5;
  padding: 0.5rem;
}
.notes > div.note:nth-child(2n+1) {
  background-color: #F4F4D7;
}
.notes > div.note:last-child {
  border-bottom: none;
}
.notes > div.note > .content {
  font-size: 1.2em;
  margin-bottom: 0.2rem;
}
