body {
  font-size: 16px;
  margin: 66px 22px;
  letter-spacing: -0.1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

/* #modules-button, */
a,
a:visited {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
  line-height: 1;
  display: inline;
  font-size: 16px !important;
}

#content {
  font-family: Arial, sans-serif;
  width: 400px;
  max-width: calc(100% - 60px);
  margin-top: 40px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  #content {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .no-mobile {
    display: none;
  }
}
