* {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  background-color: #0096aa;
  background-image: url("../img/noise.png"), -webkit-radial-gradient(top center, #1eaab4, #1e78a0 600px);
  background-image: url("../img/noise.png"), -moz-radial-gradient(top center, #1eaab4, #1e78a0 600px);
  background-image: url("../img/noise.png"), -o-radial-gradient(top center, #1eaab4, #1e78a0 600px);
  background-image: url("../img/noise.png"), -ms-radial-gradient(top center, #1eaab4, #1e78a0 600px);
  background-image: url("../img/noise.png"), radial-gradient(to bottom center, #1eaab4, #1e78a0 600px);
}
body {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  font-family: Arial;
  color: #505050;
}
ul {
  list-style-position: inside;
  margin-bottom: 10px;
}
p {
  margin-bottom: 1em;
}
p img {
  vertical-align: middle;
}
h1,
h2,
h3 {
  font-family: Arial;
  font-weight: 900;
}
code {
  background-color: #f0f0f0;
  border: 1px solid #dcdcdc;
  padding: 0 0.3em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #646464;
}
#forkMe {
  display: block;
  background-image: url("//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png");
  height: 149px;
  width: 149px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
}
#buttons {
  margin-bottom: 1em;
}
#buttons .github {
  display: inline-block;
  width: 80px;
  height: 20px;
}
#wrapcontent {
  margin: auto;
  padding: 4em 1em 0 1em;
  background-image: url("../img/mustache.png");
  background-repeat: no-repeat;
  background-position: 240px 40px;
  -webkit-background-size: 12em;
  -moz-background-size: 12em;
  background-size: 12em;
}
header h1 {
  font-size: 90px;
  font-family: "Grand Hotel", sans-serif;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
  margin-bottom: 20px;
}
header h2 {
  font-size: 19px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  text-align: center;
  margin-bottom: 40px;
}
section {
  background-color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
  margin-bottom: 20px;
  padding: 2em;
}
section h1 {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}
section h2 {
  color: #282828;
  font-size: 15px;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
}
section h1 + h2 {
  margin-top: 1em;
}
section textarea {
  background-color: #141414;
  color: #fff;
  height: 100%;
  margin-left: -2em;
  width: 120%;
}
strong {
  margin-bottom: 2em;
}
footer {
  padding: 0 2em;
  text-align: center;
  color: #c8c8c8;
  margin-bottom: 5em;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer span {
  margin: 0 0.5em;
}
footer #version {
  margin-top: 1em;
  display: block;
}
.CodeMirror {
  height: auto;
  margin-left: -2em;
  margin-right: -2em;
  margin-bottom: 1em;
}
.editable:after {
  content: " ";
  background-image: url("../img/edit.png");
  -webkit-background-size: 23px;
  -moz-background-size: 23px;
  background-size: 23px;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.CodeMirror-lines {
  padding: 1.4em 2.5em;
}
.CodeMirror-code {
  font-size: 12px;
}
.CodeMirror-scroll {
  height: inherit;
}
@media screen and (min-width: 640px) {
  #wrapcontent {
    width: 640px;
  }
  section textarea {
    width: 110%;
  }
  footer {
    text-align: left;
  }
  footer #version {
    float: right;
    margin-top: 0;
  }
}
