.header {
  background-color: #25A8E1;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 7px;
}
h1, h2, h3, h4, .logo {
  font-family: "Raleway", arial, sans-serif;
}
.logo {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.logo:hover,
.logo:active {
  color: #fff;
}
ol, ul, p {
  line-height: 1.5;
}
.navigation {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #222;
}
.navigation ul {
  line-height: normal;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.navigation ul li {
  float: left;
  margin-left: 20px;
}
.navigation ul li:first-child {
  margin-left: 0;
}
.navigation ul li a {
  text-decoration: none;
  color: #fff;
}
.navigation ul li a.current,
.navigation ul li a:hover {
  color: #fff9c3;
}
.navigation ul li a:active {
  color: #fff;
}
.content-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.row .col {
  text-transform: uppercase;
  font-weight: bold;
  background: #ccc;
  color: #111;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}

.intro {
  font-family: "Raleway", arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  color: #777;
}
pre {
  padding: 0;
  line-height: normal;
  background-color: #fff1d5;
  overflow-x: scroll;
  overflow-y: none;
}
.line-number {
  background-color: #222;
  color: #fff;
  padding: 4px;
  width: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
}
@media only screen and (min-width: 720px) and (max-width: 979px) {
  .navigation ul li {
    margin-left: 5px;
  }
  .navigation ul li a {
    padding: 10px 15px;
  }
  pre {
    overflow-x: scroll;
    overflow-y: none;
  }
}
@media only screen and (max-width: 719px) {
  .header {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-toggle {
    display: block;
    background-color: #222;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
  }
  .nav-toggle:hover,
  .nav-toggle:active,
  .nav-toggle.active {
    background-color: #444;
    color: #fff;
  }
  .navigation {
    float: none;
    position: static;
  }
  .navigation ul {
    float: none;
    margin: 0;
    padding: 0;
  }
  .navigation ul li {
    float: none;
    margin-left: 0;
  }
  .navigation ul li a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-transform: none;
    background-color: #222;
  }
  .navigation ul li a:hover {
    background-color: #444;
  }
  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .showmobile.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  pre {
    overflow-x: scroll;
    overflow-y: none;
  }
}