body {
  padding-top: 3rem;
}

table,
thead,
tbody,
table th,
table tr,
table td {
  border-color: transparent !important;
  border-width: 0 !important;
  border-style: none !important;
}

table td {
  vertical-align: top;
  padding: 1em !important;
}

header#retype-header,
doc-anchor-trigger {
  display: none !important;
}

@media all and (max-width: 438px) {
  main .flex {
    display: block !important;
  }

  footer ul.flex {
    flex: none;
  }

  footer ul.flex li,
  footer ul.flex li a {
    width: 100%;
    display: block;
  }

  .content-left,
  .content-right {
    float: none;
    margin: 0 auto;
  }
}
