/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body {
  font-family: Helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background-color: white;
  padding: 0 20px;
  color: #333;
}

body > *:first-child {
  margin-top: 0 !important;
}

body > *:last-child {
  margin-bottom: 0 !important;
}

a {
  color: #00BCD4;
  text-decoration: none;
}
a:hover {
  color: #00a5bb;
  text-decoration: underline;
}
a:active, a:visited {
  color: #008fa1;
  text-decoration: underline;
}

a.absent {
  color: #cc0000;
}

a.anchor {
  display: block;
  padding-left: 30px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  cursor: text;
  position: relative;
}

h2:first-child, h1:first-child, h1:first-child + h2, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor {
  text-decoration: none;
}

h1 tt, h1 code {
  font-size: inherit;
}

h2 tt, h2 code {
  font-size: inherit;
}

h3 tt, h3 code {
  font-size: inherit;
}

h4 tt, h4 code {
  font-size: inherit;
}

h5 tt, h5 code {
  font-size: inherit;
}

h6 tt, h6 code {
  font-size: inherit;
}

h1 {
  font-size: 28px;
  color: black;
}

h2 {
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  color: black;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  color: #777777;
  font-size: 14px;
}

p, blockquote, ul, ol, dl, li, table, pre {
  margin: 15px 0;
}

hr {
  border: 0 none;
  color: #cccccc;
  height: 4px;
  padding: 0;
}

body > h2:first-child {
  margin-top: 0;
  padding-top: 0;
}

body > h1:first-child {
  margin-top: 0;
  padding-top: 0;
}

body > h1:first-child + h2 {
  margin-top: 0;
  padding-top: 0;
}

body > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-top: 0;
}

li p.first {
  display: inline-block;
}

ul, ol {
  padding-left: 30px;
}

ul :first-child, ol :first-child {
  margin-top: 0;
}

ul :last-child, ol :last-child {
  margin-bottom: 0;
}

dl {
  padding: 0;
}

dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}

dl dt:first-child {
  padding: 0;
}

dl dt > :first-child {
  margin-top: 0;
}

dl dt > :last-child {
  margin-bottom: 0;
}

dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}

dl dd > :first-child {
  margin-top: 0;
}

dl dd > :last-child {
  margin-bottom: 0;
}

blockquote {
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777;
}

blockquote > :first-child {
  margin-top: 0;
}

blockquote > :last-child {
  margin-bottom: 0;
}

table {
  padding: 0;
}

table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0;
}

table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

table tr th :first-child, table tr td :first-child {
  margin-top: 0;
}

table tr th :last-child, table tr td :last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

span.frame {
  display: block;
  overflow: hidden;
}

span.frame > span {
  border: 1px solid #dddddd;
  display: block;
  float: left;
  overflow: hidden;
  margin: 13px 0 0;
  padding: 7px;
  width: auto;
}

span.frame span img {
  display: block;
  float: left;
}

span.frame span span {
  clear: both;
  color: #333333;
  display: block;
  padding: 5px 0 0;
}

span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

span.align-center > span {
  display: block;
  overflow: hidden;
  margin: 13px auto 0;
  text-align: center;
}

span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

span.align-right > span {
  display: block;
  overflow: hidden;
  margin: 13px 0 0;
  text-align: right;
}

span.align-right span img {
  margin: 0;
  text-align: right;
}

span.float-left {
  display: block;
  margin-right: 13px;
  overflow: hidden;
  float: left;
}

span.float-left span {
  margin: 13px 0 0;
}

span.float-right {
  display: block;
  margin-left: 13px;
  overflow: hidden;
  float: right;
}

span.float-right > span {
  display: block;
  overflow: hidden;
  margin: 13px auto 0;
  text-align: right;
}

code, tt {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-size: 12px;
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
}

pre code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

.highlight pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}

/*
   Copyright 2014 GitHub Inc.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

*/
pre.highlight .hll {
  background-color: #ffffcc;
}

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

/* Comment */
pre.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

/* Error */
pre.highlight .k {
  color: #a71d5d;
}

/* Keyword */
pre.highlight .o {
  color: #000000;
  font-weight: bold;
}

/* Operator */
pre.highlight .cm {
  color: #999988;
  font-style: italic;
}

/* Comment.Multiline */
pre.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

/* Comment.Preproc */
pre.highlight .c1 {
  color: #999988;
  font-style: italic;
}

/* Comment.Single */
pre.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

/* Comment.Special */
pre.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

/* Generic.Deleted */
pre.highlight .ge {
  color: #000000;
  font-style: italic;
}

/* Generic.Emph */
pre.highlight .gr {
  color: #aa0000;
}

/* Generic.Error */
pre.highlight .gh {
  color: #999999;
}

/* Generic.Heading */
pre.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

/* Generic.Inserted */
pre.highlight .go {
  color: #888888;
}

/* Generic.Output */
pre.highlight .gp {
  color: #555555;
}

/* Generic.Prompt */
pre.highlight .gs {
  font-weight: bold;
}

/* Generic.Strong */
pre.highlight .gu {
  color: #aaaaaa;
}

/* Generic.Subheading */
pre.highlight .gt {
  color: #aa0000;
}

/* Generic.Traceback */
pre.highlight .kc {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Constant */
pre.highlight .kd {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Declaration */
pre.highlight .kn {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Namespace */
pre.highlight .kp {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Pseudo */
pre.highlight .kr {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Reserved */
pre.highlight .kt {
  color: #445588;
  font-weight: bold;
}

/* Keyword.Type */
pre.highlight .m {
  color: #009999;
}

/* Literal.Number */
pre.highlight .s {
  color: #d01040;
}

/* Literal.String */
pre.highlight .na {
  color: #008080;
}

/* Name.Attribute */
pre.highlight .nb {
  color: #0086B3;
}

/* Name.Builtin */
pre.highlight .nc {
  color: #445588;
  font-weight: bold;
}

/* Name.Class */
pre.highlight .no {
  color: #008080;
}

/* Name.Constant */
pre.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}

/* Name.Decorator */
pre.highlight .ni {
  color: #800080;
}

/* Name.Entity */
pre.highlight .ne {
  color: #990000;
  font-weight: bold;
}

/* Name.Exception */
pre.highlight .nf {
  color: #990000;
  font-weight: bold;
}

/* Name.Function */
pre.highlight .nl {
  color: #990000;
  font-weight: bold;
}

/* Name.Label */
pre.highlight .nn {
  color: #555555;
}

/* Name.Namespace */
pre.highlight .nt {
  color: #000080;
}

/* Name.Tag */
pre.highlight .nv {
  color: #008080;
}

/* Name.Variable */
pre.highlight .ow {
  color: #000000;
  font-weight: bold;
}

/* Operator.Word */
pre.highlight .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
pre.highlight .mf {
  color: #009999;
}

/* Literal.Number.Float */
pre.highlight .mh {
  color: #009999;
}

/* Literal.Number.Hex */
pre.highlight .mi {
  color: #009999;
}

/* Literal.Number.Integer */
pre.highlight .mo {
  color: #009999;
}

/* Literal.Number.Oct */
pre.highlight .sb {
  color: #d01040;
}

/* Literal.String.Backtick */
pre.highlight .sc {
  color: #d01040;
}

/* Literal.String.Char */
pre.highlight .sd {
  color: #d01040;
}

/* Literal.String.Doc */
pre.highlight .s2 {
  color: #d01040;
}

/* Literal.String.Double */
pre.highlight .se {
  color: #d01040;
}

/* Literal.String.Escape */
pre.highlight .sh {
  color: #d01040;
}

/* Literal.String.Heredoc */
pre.highlight .si {
  color: #d01040;
}

/* Literal.String.Interpol */
pre.highlight .sx {
  color: #d01040;
}

/* Literal.String.Other */
pre.highlight .sr {
  color: #009926;
}

/* Literal.String.Regex */
pre.highlight .s1 {
  color: #d01040;
}

/* Literal.String.Single */
pre.highlight .ss {
  color: #990073;
}

/* Literal.String.Symbol */
pre.highlight .bp {
  color: #999999;
}

/* Name.Builtin.Pseudo */
pre.highlight .vc {
  color: #008080;
}

/* Name.Variable.Class */
pre.highlight .vg {
  color: #008080;
}

/* Name.Variable.Global */
pre.highlight .vi {
  color: #008080;
}

/* Name.Variable.Instance */
pre.highlight .il {
  color: #009999;
}

/* Literal.Number.Integer.Long */
html {
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
}

body > header {
  margin-bottom: 40px;
}

section.content article {
  margin-bottom: 30px;
}
section.content article header h1, section.content article header h2, section.content article header h3 {
  display: inline-block;
}
section.content article header a.permalink {
  float: right;
  margin-top: 0.3em;
}
section.content article header p.author {
  display: block;
  float: right;
  clear: right;
  margin-top: -5px;
}
section.content article pre.highlight {
  position: relative;
}
section.content article pre.highlight a {
  position: absolute;
  top: -2px;
  right: 0px;
  background: #CCC;
  color: #FFF;
  padding: 0px 7px;
  border-bottom-left-radius: 2px;
  border-bottom: 1px solid #C4C4C4;
}

body > footer {
  margin-top: 3em;
  font-size: 0.9em;
}
body > footer, body > footer a {
  color: #bbb;
}
