@charset "utf8";
.highlight{
    background:lightyellow;
    font-weight:bold;
}
.desktop-only {
    display: none;
  }
  @media (min-width: 769px) {
    .desktop-only {
      display: block;
    }
  }