html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.measure-wide {
  max-width: 54em !important; /* Replaces Tachyons */
}

.news {
  list-style-position: inside;
  padding-left: 40px;
}

.news li {
  display: list-item;
}

table img {
  max-width: 200px;
  height: auto;
}
