body {
  margin: 25px;
  background: #faf4f1;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 3px;
}

#content .highlight {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

.CodeRay td.line-numbers {
  border-top-left-radius: 0;
}

.tabs .tabs-footer {
  display: block;
  padding: 2px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-top-color: #ccc;
}
.tabs a {
  display: inline-block;
  position: relative;
  padding: 6px 12px 5px 12px;
  color: #666;
  font-size: 12px;
  text-decoration: none;
  border-top: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 8px -1px 0;
  background-color: #eee;
}
.tabs a:first-child {
  margin-left: 21px;
}
.tabs a:focus {
  outline: none;
}
.tabs a:hover, .tabs a.active {
  background-color: #f7f7f7;
  border-bottom: none;
}
.tabs a.active {
  border-bottom: 1px solid #f7f7f7;
}
.tabs a:hover:before, .tabs a.active:before, .tabs a:hover:after, .tabs a.active:after {
  border-bottom-color: #bbb;
  background-color: #f7f7f7;
}
.tabs a.active:before, .tabs a.active:after {
  padding-bottom: 1px;
}
.tabs a:before, .tabs a:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  z-index: 0;
  height: 100%;
  width: 15px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom: none;
}
.tabs a:before {
  right: -7px;
  border-left: none;
  -moz-transform: skew(27deg, 0deg);
  -ms-transform: skew(27deg, 0deg);
  -webkit-transform: skew(27deg, 0deg);
  transform: skew(27deg, 0deg);
  border-radius: 0 5px 0 0;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 white;
}
.tabs a:after {
  left: -7px;
  border-right: none;
  -moz-transform: skew(-27deg, 0deg);
  -ms-transform: skew(-27deg, 0deg);
  -webkit-transform: skew(-27deg, 0deg);
  transform: skew(-27deg, 0deg);
  border-radius: 5px 0 0 0;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 white;
}
.tabs a:nth-child(1) {
  z-index: 10;
}
.tabs a:nth-child(2) {
  z-index: 9;
}
.tabs a:nth-child(3) {
  z-index: 8;
}
.tabs a:nth-child(4) {
  z-index: 7;
}
.tabs a:nth-child(5) {
  z-index: 6;
}
.tabs a:nth-child(6) {
  z-index: 5;
}
.tabs a:nth-child(7) {
  z-index: 4;
}
.tabs a:nth-child(8) {
  z-index: 3;
}
.tabs a:nth-child(9) {
  z-index: 2;
}
.tabs a:nth-child(10) {
  z-index: 1;
}
.tabs a.active {
  z-index: 100;
}
