.row h4{
  white-space: nowrap; /* 文字の折り返しを禁止 */
  overflow: hidden; /* はみ出た文字を隠す */
  text-overflow: ellipsis; /* はみ出た部分を「...」に置き換える */
}

.atwiki-body-footer > a {
margin-right:0.5rem;
}

.calendar-days a{
  background-color: orange;
}