html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table td,
table tr,
table th {
  padding: 10px;
  border: 1px solid #ccc;
}
table tr:nth-child(odd),
table th {
  background-color: #f7f7f7;
}

figure {
  width: 50%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: auto;
  padding: 0.5em;
}

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