body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto, Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol";
  color: #2f334d;
  max-width: 900px;
  padding: 2em 2.5em;
}

@media only screen and (max-width: 700px) {
  body {
    padding: 0.5em;
  }
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; margin-top: 2em; }
h4,h5,h6 { font-size: 100%; }
h5, h6 { text-transform: uppercase; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 3em 0;
}

header {
  display: flex;
  align-items: center;
}

header a.logo {
  display: flex;
  text-decoration: none;
  margin-right: 1em;
}

header a {
  text-decoration: none;
  color: inherit;
}


header nav {
  font-weight: bold;
}

table.updates {
  max-width: 550px;
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}

table.updates td {
  vertical-align: top;
  padding: 0.75rem 1rem;
}

table.updates td.content {
  background-color: #afe8ae;
  border-radius: 0.48em;
}

table.updates td:first-child {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: smaller;
  padding-left: 0;
}


ul.features {
  margin: 1.25em 0;
}

ul.features a:visited {
  color: blue;
}

ul.features li {
  margin-bottom: 0.75em;
}

a.cta {
  padding: 0.75em 1.25em;
  background-color: #2f334d;
  color: white;
  border-radius: 0.88em;
  text-decoration: none;
  margin: 1em 0.5em 1em 0;
  display: inline-block;
}

small.badge {
  background-color: #d0deff;
  padding: 3px 6px;
  border-radius: 4px;
  line-height: 0;
}