#cheats-arrays {
  height: 700px;
}
.cheats-strings {
  height: 700px !important;
  top: -200px;
}
.hero {
  height: 250px;
}
.banner {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #ff002d;
  color: #ffffff;
}
.banner h2 {
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 25px;
  text-align: left;
}
.instructions p {
  margin: 15px 0 0;
  padding: 0;
}
.method {
  text-align: left;
  display: block;
}
.method p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.method a {
  color: #333333;
  font-size: .95em;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}
.method a:hover {
  color: #ff002d !important;
  text-decoration: none;
}
.method a:visited {
  color: #000000;
}
.method-arrays {
  /*position: relative;*/
/*  top: 412px;
  left: 325px;*/
  margin-top: 50px;
  padding-left: 25px;
  padding-bottom: 50px;
  text-align: left;
}
.method-strings {
/*  position: absolute;
  top: 412px;
  left: 325px;*/
  margin-top: 50px;
  padding-left: 25px;
  padding-bottom: 50px;
  text-align: left;
}
.container.fixto-fixed {
  margin: 0 auto;
}
.hidden {
  display: none;
}
.display {
  display: block;
/*  width: 925px !important;*/
}
.hidden2 {
  display: none;
}
.display2 {
  display: block;
  top: 300px;
}
.tests {
  display: inline-block;
}
pre {
  width: 95%;
  white-space: pre-wrap;
  font-family: "Liberation Mono", Menlo, Courier, monospace;
}
code {
  width: 95%;
  white-space: pre-wrap;
  font-family: "Liberation Mono", Menlo, Courier, monospace;
  background-color: #ffffff;
}
.key {
  color: #0086b3;
}
.arg {
  font-style: italic;
  color: #ed6a43;
}
.arg2 {
  color: #ed6a43;
}
.kwd {
  font-style: italic;
  color: #a71d5d;
}
.str {
  color: #183691;
}
.var {
  color: #795da3;
}
.sym {
  color: #a71d5d;
}

@media (max-width:767px) {
  .skills h3 {
    font-size: 1em;
  }
  .skills p {
    font-size: .7em;
  }
  .skills p code {
    font-size: .9em;
  }
  code {
    font-size: .6em;
  }
  .method-arrays {
    padding-left: 40px;
  }
  .method-strings {
    padding-left: 40px;
  }
  code.split {
    font-size: .5em;
  }
  .method p {
    padding-bottom: 10px;
  }
}