@import url("https://cdn.geheimesite.nl/reset.css");

* {
  border-color: rgb(200, 200, 200);
}

body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 5em;
}

header {
  font-weight: bold;
  margin-top: 1em;
}

table {
  margin-top: 1em;
  margin-bottom: 2.5em;
}

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