
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


body {
  line-height: 1;
  color: black;
  background: white;
}


ol, ul {
  list-style: none;
}


table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: "" "";
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}


a img {
  border: none;
}


.hll {
  background-color: #ffffcc;
}


.c {
  color: #999988;
  font-style: italic;
}

/* Comment */

.err {
  color: #a61717;
  background-color: #e3d2d2;
}

/* Error */

.k {
  font-weight: bold;
}

/* Keyword */

.o {
  font-weight: bold;
}

/* Operator */

.cm {
  color: #999988;
  font-style: italic;
}

/* Comment.Multiline */

.cp {
  color: #999999;
  font-weight: bold;
}

/* Comment.Preproc */

.c1 {
  color: #999988;
  font-style: italic;
}

/* Comment.Single */

.cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

/* Comment.Special */

.gd {
  color: #000000;
  background-color: #ffdddd;
}

/* Generic.Deleted */

.ge {
  font-style: italic;
}

/* Generic.Emph */

.gr {
  color: #aa0000;
}

/* Generic.Error */

.gh {
  color: #999999;
}

/* Generic.Heading */

.gi {
  color: #000000;
  background-color: #ddffdd;
}

/* Generic.Inserted */

.go {
  color: #888888;
}

/* Generic.Output */

.gp {
  color: #555555;
}

/* Generic.Prompt */

.gs {
  font-weight: bold;
}

/* Generic.Strong */

.gu {
  color: #aaaaaa;
}

/* Generic.Subheading */

.gt {
  color: #aa0000;
}

/* Generic.Traceback */

.kc {
  font-weight: bold;
}

/* Keyword.Constant */

.kd {
  font-weight: bold;
}

/* Keyword.Declaration */

.kn {
  font-weight: bold;
}

/* Keyword.Namespace */

.kp {
  font-weight: bold;
}

/* Keyword.Pseudo */

.kr {
  font-weight: bold;
}

/* Keyword.Reserved */

.kt {
  color: #445588;
  font-weight: bold;
}

/* Keyword.Type */

.m {
  color: #bb8844;
}

/* Literal.Number */

.s {
  color: #009999;
}

/* Literal.String */

.na {
  color: #008080;
}

/* Name.Attribute */

.nb {
  color: #999999;
}

/* Name.Builtin */

.nc {
  color: #445588;
  font-weight: bold;
}

/* Name.Class */

.no {
  color: #008080;
}

/* Name.Constant */

.ni {
  color: #800080;
}

/* Name.Entity */

.ne {
  color: #990000;
  font-weight: bold;
}

/* Name.Exception */

.nf {
  color: #990000;
  font-weight: bold;
}

/* Name.Function */

.nn {
  color: #555555;
}

/* Name.Namespace */

.nt {
  color: #000080;
}

/* Name.Tag */

.nv {
  color: #008080;
}

/* Name.Variable */

.ow {
  font-weight: bold;
}

/* Operator.Word */

.w {
  color: #bbbbbb;
}

/* Text.Whitespace */

.mf {
  color: #bb8844;
}

/* Literal.Number.Float */

.mh {
  color: #bb8844;
}

/* Literal.Number.Hex */

.mi {
  color: #bb8844;
}

/* Literal.Number.Integer */

.mo {
  color: #bb8844;
}

/* Literal.Number.Oct */

.sb {
  color: #009999;
}

/* Literal.String.Backtick */

.sc {
  color: #009999;
}

/* Literal.String.Char */

.sd {
  color: #009999;
}

/* Literal.String.Doc */

.s2 {
  color: #009999;
}

/* Literal.String.Double */

.se {
  color: #009999;
}

/* Literal.String.Escape */

.sh {
  color: #009999;
}

/* Literal.String.Heredoc */

.si {
  color: #009999;
}

/* Literal.String.Interpol */

.sx {
  color: #009999;
}

/* Literal.String.Other */

.sr {
  color: #808000;
}

/* Literal.String.Regex */

.s1 {
  color: #009999;
}

/* Literal.String.Single */

.ss {
  color: #009999;
}

/* Literal.String.Symbol */

.bp {
  color: #999999;
}

/* Name.Builtin.Pseudo */

.vc {
  color: #008080;
}

/* Name.Variable.Class */

.vg {
  color: #008080;
}

/* Name.Variable.Global */

.vi {
  color: #008080;
}

/* Name.Variable.Instance */

.il {
  color: #bb8844;
}

/* Literal.Number.Integer.Long */

body {
  line-height: inherit;
  color: #777777;
  font-family: georgia, serif;
}


a {
  text-decoration: underline;
  color: #777;
}

a:hover {
  text-decoration: none;
  background-color: #87c6d0;
  color: white;
  text-shadow: none;
}

a.orange:hover {
  background-color: #f3a271;
}

a.green:hover {
  background-color: #7acf6f;
}

a.red:hover {
  background-color: #f08080;
}

a.teal:hover {
  background-color: #75c9ab;
}

a.purple:hover {
  background-color: #db98d7;
}

a.yellow:hover {
  background-color: #e0e562;
}


h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  font-weight: normal;
  letter-spacing: -0.06em;
  background-color: #eee;
  margin-bottom: 15px;
}


h1 {
  font-size: 30px;
}


h2 {
  font-size: 25px;
}


h3 {
  font-size: 20px;
}


h4 {
  font-size: 15px;
}


h5 {
  font-size: 10px;
}


h6 {
  font-size: 5px;
}


pre {
  font-family: monaco, monospace;
  font-size: 0.8em;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 5px 10px;
  overflow: auto;
}


code {
  font-family: monaco, monospace;
}


div.context {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  padding: 10px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #eee;
  z-index: 1000;
  text-align: center;
  transform: translateZ(1000px);
  -webkit-transform: translateZ(1000px);
  -moz-transform: translateZ(1000px);
  -ms-transform: translateZ(1000px);
  -o-transform: translateZ(1000px);
}

div.context.dark {
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #777;
}

div.context.dark a {
  color: #f08080;
}

div.context.dark a:hover {
  color: white;
}

div.context strong {
  font-weight: bold;
}

div.context p.header, div.context p.description {
  margin-bottom: 10px;
}

div.context p.description {
  font-size: 0.9em;
  text-indent: 0.5em;
  text-align: left;
}

div.context.less p.description {
  display: none;
}

div.context div.social {
  margin-bottom: 5px;
}

div.context a.context-control {
  display: block;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
}

#words p {
	font-size: 2em;
}
