.posts {
  border-collapse: collapse;
  line-height: 2;
  margin: 2em 0;
}
.posts p {
  margin: 0 8pt;
}
.posts p.slogan {
  text-align: start;
  font-size: 11pt;
  margin-bottom: 1em;
}
.posts td {
  padding: 0;
  line-height: inherit;
}
.posts td:nth-child(1) {
  width: 5em;
  font-weight: normal;
  border-right: 1px solid var(--shadow);
}

.calday {
  text-align: center;
  text-wrap: initial;
  line-height: 2.11;
}
.calday > span {
  display: block;
}
.calday > span:nth-child(2) {
  font-size: small;
}
