/*
@viewport{
  zoom: 1.0;
  width: extend-to-zoom;
}

html {
  background-color: #f8f8ff;
  max-width: 90%;
  margin: auto;
  font: 80%/160% Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, table, p, ul {
  max-width: 90%;
  margin: auto;
  padding-bottom: 1rem;
}

h1, h2, h3, h4 {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

h2 {
  margin-top: 1rem;

  &:before,
  &:after {
    flex-grow: 1;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    position: relative;
    top: 0.5em;
  }

  &:before {
    margin-right: 10px;
  }

  &:after {
    margin-left: 10px;
  }

}

table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid black;
  vertical-align: top;
  font-size: smaller;
  white-space: nowrap;
  padding: 0 3px;
}


thead th {
  border-top: none;
}

tbody tr:last-child td {
  border-bottom: 0;
}

th:first-child, td:first-child {
  border-left: 0;
}

th:last-child, td:last-child {
  border-right: 0;
  text-wrap: normal;
  white-space: normal;
}
*/
h1, h2, h3 {
  text-align: center; }

td, th {
  padding: 5px 10px;
  vertical-align: top; }

table {
  border-collapse: collapse; }

table td, table th {
  border: 1px solid black; }

table tr:first-child th {
  border-top: 0; }

table tr:last-child td {
  border-bottom: 0; }

table tr td:first-child,
table tr th:first-child {
  border-left: 0; }

table tr td:last-child,
table tr th:last-child {
  border-right: 0; }

/*# sourceMappingURL=style.css.map */
