body {
  color: #fff;
  background-color: #282828;
  background-image: -webkit-gradient(linear, top left, top right, from(#9c9c9c), color-stop(0.25, #9c9c9c), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #9c9c9c), color-stop(0.75, #9c9c9c), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, #9c9c9c 25%, transparent 25%, transparent 50%, #9c9c9c 50%, #9c9c9c 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #9c9c9c), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, #9c9c9c), color-stop(75%, #9c9c9c), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(left, #9c9c9c 25%, transparent 25%, transparent 50%, #9c9c9c 50%, #9c9c9c 75%, transparent 75%, transparent);
  background-size: 640px;
}
header,
div,
footer {
  padding: 25px 0;
  line-height: 25px;
}
.color-set {
  list-style: none;
  font-size: 0.75em;
}
.color-set li,
.color-set div {
  *zoom: 1;
}
.color-set li:before,
.color-set div:before,
.color-set li:after,
.color-set div:after {
  content: " ";
  display: table;
}
.color-set li:after,
.color-set div:after {
  clear: both;
}
.color-set li {
  position: relative;
  padding: 5px 0;
}
.color-set div {
  margin: 0;
  margin-top: 5px;
  padding: 0 5px;
  line-height: normal;
  overflow: hidden;
}
.color-set div:first-child {
  margin-top: 0;
}
.color-set div:empty:before {
  content: "\feff";
  font-family: monospace;
}
.color-set var,
.color-set code,
.color-set div:empty:before {
  display: inline-block;
  margin: 0;
  padding: 1px 2px;
  vertical-align: top;
}
.color-set var,
.color-set code {
  letter-spacing: .08em;
}
.color-set var {
  color: #444;
  background-color: rgba(255, 255, 255, 0.5);
}
.color-set var + var {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 0.75em;
  font-style: italic;
}
.color-set code {
  position: relative;
  float: right;
}
hr {
  height: 25px;
  width: 100%;
  margin: 0;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: none;
}
.bars {
  background-color: transparent;
  background-image: -webkit-gradient(linear, top left, top right, from(#fff), color-stop(25%, #fff), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, #fff), color-stop(75%, #fff), color-stop(75%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, #fff), color-stop(75%, #fff), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(left, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 183px;
}
/* calvinmois.es overrides */
.nav {
  color: #d0d0d0;
}
.nav a {
  color: inherit;
}
.nav li a:hover,
.nav li.active a {
  color: #282828;
  background-color: #fff;
}
h4.content {
  padding: 0.5rem 0;
}
/*# sourceMappingURL=index.css.map */