@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html, body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen {
    html, body {
      background: #000030;
      color: white; } }

nav.navbar {
  font-size: 1.2em;
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px; }
  nav.navbar .navbar-items {
    padding: 0; }
    nav.navbar .navbar-items::before {
      color: #e6e6e6;
      content: "go to:";
      padding-right: 10px; }
    nav.navbar .navbar-items li {
      display: inline-block;
      padding: 0; }
      @media (max-width: 75ch) {
        nav.navbar .navbar-items li {
          padding: 10px; } }
      nav.navbar .navbar-items li a {
        font-weight: normal;
        border: none;
        padding: 2px 0;
        color: inherit;
        text-decoration: none;
        text-transform: lowercase; }
        nav.navbar .navbar-items li a:hover {
          border-bottom: 1px solid; }
      nav.navbar .navbar-items li::after {
        content: ",";
        padding-right: 5px; }
      nav.navbar .navbar-items li:last-child::after {
        content: "."; }
    nav.navbar .navbar-items .selected > a {
      border-bottom: 1px solid; }
  @media only print {
    nav.navbar {
      display: none; } }

.container {
  padding: 0 10px;
  margin: auto;
  max-width: 75ch; }

code, pre {
  font-family: 'Source Code Pro', 'Courier New', monospace;
  -webkit-font-smoothing: subpixel-antialiased; }

.email-left::after {
  content: "\40"; }

a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid white; }
