#contents {
  padding-bottom: 1em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
#contents a {
  word-break: break-all;
}
table {
  border-collapse: collapse;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
}
table th, table td {
  padding: 6px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.pgp {
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  .pgp {
    overflow: auto;
    white-space: normal;
    font-size: 62.5%;
  }
  .pgp th:nth-of-type(2) {
    width: 200px;
    min-width: 200px;
  }
  .pgp th:nth-of-type(4) {
    width: 300px;
    min-width: 300px;
  }
  .pgp th:nth-of-type(5) {
    width: 60px;
    min-width: 60px;
  }
}