[v-cloak] {
  display: none;
}

th {
  background: paleturquoise;
}

td {
  background: lightcyan;
  right: inherit;
}

#face {
  color: white;
}

.output {
  font-weight: bold;
}

#reference {
  font-size: 60%;
}

/* 参照先メモ */
/* https://coliss.com/articles/build-websites/operation/css/css-snippets-for-horizontal-rules.html */
.fade {
  height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%);
}
