body {
  background-image: url(http://wcjroknvsy.cdn.tinycdn.com/txjs/images/bg_content.jpg);
  background-repeat: repeat;
}
#jedhead {
  position: absolute;
  display: block;
  top: 10px;
  margin-left: 583px;
}
.container {
  width: 760px;
  margin-bottom: 100px;
}
h1 {
  font-size: 180px;
  height: 170px;
  line-height:180px;
}
h2 {
  font-size: 30px;
  padding: 20px 0;
}
h3 {
  padding: 40px 0;
}
code {
  font: 13px monaco, monospace;
}
.mono {
  font-family: monaco, monospace;
  display: inline-block;
  width: 340px;
}
p {
  font-size: 14px;
  line-height: 20px;
} 

pre {
  background-color: #FAF8E1;
  margin: 30px 0;
  padding: 30px;
  border: 1px solid #999;
  border-bottom-color: #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 10px #AAA;
  -moz-box-shadow: inset 0 0 10px #AAA;
  box-shadow: inset 0 0 10px #AAA;
  overflow-x: auto;
}

ul {
  list-style-type: none;
  margin-left: 0;
}
ul li {
  font-size: 16px;
  padding: 8px 5px;
}
ul li:nth-child(odd) {
  background-color: #DBD9C2;
}
#fork {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width:149px;
  height:149px;
  text-decoration: none;
}

code .comment { color: #AAA }
code .init { color: #2F6FAD }
code .string { color: #5890AD }
code .keyword { color: #8A6343 }
code .number { color: #2F6FAD }
code .class, code .special { color: #034; }
