@charset "UTF-8";


table {
  width: 100%;
  border-collapse: collapse;
} caption {
  font-size: min( 2.5em , 4.5vw );
  font-weight: bold;
} th, td {
  font-size: min( 1.25em , 2.5vw );
  padding: 0.75em;
  border: 0.1em solid #000000;
  width: 15%;
} tr > td:nth-of-type(1)
, tr > td:nth-of-type(4)
, tr > th:nth-of-type(1)
, tr > th:nth-of-type(4) {
  width: 35%;
}