/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

body, .gist-meta {
  font: 14px Helvetica Neue;
  /*background: #f4f4f4 url(../images/background.png);*/
}

a {
  color: steelblue !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body, .gist {
  text-rendering: optimizeLegibility;
  margin-top: 1em;
}

.body {
  width: 960px;
  margin: auto;
}

.logo {
  color: steelblue;
}

.readme {
  margin-bottom: 3em;
}

.time {
  color: #666;
  font-size: smaller;
  font-style: oblique;
}

h1 {
  font-size: 36px;
  font-weight: 300;
}

h2 {
  font-weight: normal;
  color: #666;
}

h2 .description {
  color: #000;
  font-weight: bold;
}

iframe {
  width: 960px;
  height: 500px;
  border: 1px solid #DEDEDE;
}

.about {
  display: block;
  font-weight: 300;
  line-height: 60px;
}

.about .domain {
  color: black;
}

.right {
  float: right;
}