
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;
}

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:hover {
  background-color: #f3a271;
}

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;
}

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 .description {
  display: none;
}

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

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