body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  margin: 20px;
  line-height: 1.6;
  color: #222;
  background: #fafafa;
}

h1 {
  margin-bottom: 16px;
}

.controls {
  margin-bottom: 16px;
}

input[type="search"] {
  width: min(420px, 100%);
  padding: 8px 10px;
  font-size: 16px;
}

#count {
  margin: 10px 0;
  color: #555;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  vertical-align: top;
}

th {
  background: #eee;
}

a {
  color: #0645ad;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}