/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

:root {

    /* Colors */

    /* Entities */
}

/*
Enable hardware acceleration/disable subpixel rendering in webkit to
improve render quality of rotated elements.

http://stackoverflow.com/questions/8605194/improve-css3-text-rotation-quality

Cf: http://www.usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
    http://www.smashingmagazine.com/2012/04/24/a-closer-look-at-font-rendering/

-webkit-backface-visibility: hidden;
*/

::-webkit-selection {
    background: #009dd8;
    color: #1a1a1a;
}

::-moz-selection {
    background: #009dd8;
    color: white;
}

html {
    background: #000;
    color: #fff;
    font: normal 400 100%/1 freight-sans-pro, "Open Sans", "Trebuchet MS", Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

body {
    max-width: 33em;
    padding: 0 0.5em;

    margin: 0 auto;
}

a {
    color: #fff;
    font-weight: 400;
}

a:hover {
        color: #de4c85;
    }

code,
kbd,
pre,
samp {
    font-family: Consolas, monospace;
}

h1,
h2,
.label {
    text-transform: uppercase;
    font-family: futura-pt, "Century Gothic", sans-serif;
}

h1 a:hover {
    color: inherit;
}

.amp {
    font-family: Lato, "Trebuchet MS", sans-serif;
    line-height: 0;
}

.caps {
    text-transform: lowercase;
    -webkit-font-feature-settings: "c2sc";
            font-feature-settings: "c2sc";
    font-variant: small-caps;
}

.emdash:before,
.emdash:after {
    content: "\0020";
}

abbr[title] {
    border-color: #de4c85;
    cursor: help;
    text-transform: lowercase;
    -webkit-font-feature-settings: "c2sc";
            font-feature-settings: "c2sc";
    font-variant: small-caps;

    /* Fix webkit bug on linux */
    text-rendering: optimizeSpeed;
}

del {
    color: #aaa;
}

ins {
    text-decoration: none;
    font-style: italic;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: bottom;
    vertical-align: baseline;

    position: relative;
}

sub {
    top: 0.5ex;
}

sup {
    bottom: 1ex;
}

figure,
img,
object {
    max-width: 100%;
}

.print-footnote,
.print-links {
    display: none;
}

[role="main"] header h1 {
    line-height: 1;
    text-align: center;

    font-size: 32px;
    font-size: 2rem;
    border-bottom: 3.2px solid #009dd8;
    border-bottom: 0.2rem solid #009dd8;
    margin: 16px auto 0 auto;
    margin: 1rem auto 0 auto;
    padding-bottom: 12.8px;
    padding-bottom: 0.8rem;
}

[role="main"] h1 span {
    color: #009dd8;
}

[role="main"] h1 .amp,
[role="main"] h2 .amp,
[role="main"] .label .amp {
    color: #de4c85;
    font-weight: 900;
}

.archive li h2,
section.body h1,
.post footer .author .label,
.post footer .author img,
.post footer .meta,
.post footer .similar .label {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-backface-visibility: hidden;
}

[role="main"] header > h1,
.post > header small,
.post footer .feedback > h2 {

    -webkit-transform: rotate(2deg);

            transform: rotate(2deg);
    -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 45em) {
    body {
        max-width: 45em;
        padding: 0 4em;
    }

    [role="main"] header {
        margin: auto;

        max-width: 37rem;
    }

        [role="main"] header h1 {
            font-size: 3rem;
        }
}

@media screen and (min-width: 60em) {
    body {
        max-width: 60em;
        margin: auto;
    }

    [role="main"] header {
        max-width: 45rem;
    }

        [role="main"] header h1 {
            line-height: 1em;
            width: 100%;

            border-bottom: 0.2rem solid #009dd8;
            font-size: 4rem;
            margin: 4rem auto 0 auto;
        }
}

@media screen and (min-width: 120em) {
    body {
        max-width: 80em;
    }

    [role="main"] header {
        max-width: 60rem;
    }

        [role="main"] header h1 {
            font-size: 5rem;
        }
}

section.body {
    counter-reset: section;
    margin: auto;
    padding: 0 0.5em;

    max-width: 480px;
    max-width: 30rem;
}

section.body h1 {
        counter-increment: section;
        counter-reset: sub-section;

        position: relative;

        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 32px auto 16px 0;
        margin: 2rem auto 1rem 0;
    }

section.body h2 {
        counter-increment: sub-section;

        font-family: futura-pt, "Century Gothic", sans-serif;
        text-transform: uppercase;

        position: relative;

        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 8px auto;
        margin: 0.5rem auto;
    }

section.body h1:before,
    section.body h2:before {
        color: #333;
        float: left;
        margin: 0 0.25em;
    }

section.body h1:before {
        content: counter(section);
    }

section.body h2:before {
        content: counter(section) "." counter(sub-section);
    }

section.body h1, section.body h2 {
        position: relative;
    }

section.body h1 a, section.body h2 a {
            display: none;
            padding-right: 100%;
            position: absolute;
            top: 0;
            left: -16px;
            left: -1rem;
            width: 16px;
            width: 1rem;
            height: 100%;
        }

section.body h1:hover a, section.body h2:hover a {
            color: #de4c85;
            display: block;
            text-decoration: none;
        }

section.body h3 {
        font-family: chaparral-pro, "Chaparral Pro", serif;
        font-style: italic;
        font-weight: normal;

        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 0 0 -8px 8px;
        margin: 0 0 -0.5rem 0.5rem;
    }

section.body a {
        color: #009dd8;
        text-decoration: none;
    }

section.body a:hover {
            text-decoration: underline;
        }

section.body > p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 16px auto;
        margin: 1rem auto;
    }

section.body > p:hover:before {
        content: "\00b6";

        color: #de4c85;
        float: left;

        margin-left: -16px;
        margin-left: -1rem;
    }

section.body aside {
        border: 1px solid #009dd8;
        border: 0.0625rem solid #009dd8;
        border-left: none;
        border-right: none;

        padding: 7px 0.5em;
        padding: 0.4375rem 0.5em;
        margin: -8px 0;
        margin: -0.5rem 0;
    }

section.body ul,
    section.body ol,
    section.body aside p {
        line-height: 1;
        margin: 0;
        padding: 0;

        font-size: 16px;
        font-size: 1rem;
    }

section.body ul, section.body ol {
        list-style: none;
        margin: 1em 0;
    }

section.body ul > li:before {
        content: "\2022";

        color: #de4c85;
        float: left;

        font-size: 8px;
        font-size: 0.5rem;
        line-height: 16px;
        line-height: 1rem;
        margin-left: -16px;
        margin-left: -1rem;
        width: 16px;
        width: 1rem;
    }

section.body ul ul,
    section.body ul ol,
    section.body ol ul,
    section.body ol ol {
        padding-left: 1em;
    }

/* Manually setup counters on ordered lists so we can style them. */

section.body ol {
        counter-reset: ol-parent;
    }

section.body ol > li {
        counter-increment: ol-parent;
    }

section.body ol > li:before {
        content: counter(ol-parent);

        color: #de4c85;
        float: left;
        margin-left: -1em;
        text-align: center;
        width: 1em;
    }

section.body ol ol {
        counter-reset: ol-child;
    }

section.body ol ol > li {
        counter-increment: ol-child;
    }

section.body ol ol > li:before {
        content: counter(ol-child, lower-roman);

        color: #de4c85;
        float: left;
        font-weight: 400;
        margin-left: -1em;
    }

section.body blockquote {
        font-family: chaparral-pro, "Chaparral Pro", serif;
        font-style: italic;
        font-weight: normal;
        text-align: justify;

        font-size: 16px;
        font-size: 1rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 32px auto 16px auto;
        margin: 2rem auto 1rem auto;

        position: relative;
    }

section.body blockquote:before,
        section.body blockquote:after {
            color: #1a1a1a;
            font-size: 32px;
            font-size: 2rem;
            line-height: 0;

            position: absolute;

            z-index: -1;
        }

section.body blockquote:before {
            content: "\00ab";

            top: 16px;
            top: 1rem;
            left: -16px;
            left: -1rem;
        }

section.body blockquote:after {
            content: "\00bb";

            bottom: 16px;
            bottom: 1rem;
            right: -16px;
            right: -1rem;
        }

section.body blockquote blockquote {
            border-left: 1.6px solid #009dd8;
            border-left: 0.1rem solid #009dd8;
            padding-left: 0.5em;
            margin: 0 0.5em;
        }

section.body blockquote blockquote .first-letter {
                color: inherit;
            }

section.body blockquote blockquote:before,
            section.body blockquote blockquote:after {
                display: none;
            }

section.body blockquote p {
            margin: 0;
        }

section.body blockquote p:first-child:first-letter {
            color: #009dd8;
            font-style:italic;
        }

section.body blockquote p:last-child:not(:first-child) {
            text-align: right;
        }

figure.code figcaption {
        border-bottom: 1px solid #ffe621;
        border-bottom: 0.0625rem solid #ffe621;
        line-height: 31px;
        line-height: 1.9375rem;
    }

figure.code ol {
        position: relative;

        margin: 8px auto;
        margin: 0.5rem auto;
    }

figure.code li {
        padding-left: 40px;
        padding-left: 2.5rem;
    }

figure.code li:before {
        counter-increment: code;
        content: counter(code);

        color: #666;
        font-family: Consolas, monospace;
        left: 0;
        margin-left: 0;
        position: absolute;
        text-align: right;

        width: 36px;
        width: 2.25rem;
    }

figure.code li:hover {
        background-color: #1a1a1a;
    }

figure.code li:nth-child(5n):before {
        color: #ccc;
    }

figure.code pre {
        margin: 0;
    }

figure.code figcaption,
table caption {
    font-family: futura-pt, "Century Gothic", sans-serif;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
    text-align: center;

    font-size: 16px;
    font-size: 1rem;
}

figure.quote figcaption {
    line-height: 2;
    text-align: right;

    font-size: 16px;
    font-size: 1rem;
}

figure.quote figcaption:before {
        content: "\2014\2009"; /* em dash and thin space */
    }

table {
    width: 100%;
}

table thead {
        font-family: futura-pt, "Century Gothic", sans-serif;
        text-transform: uppercase;

        border: 1px solid #ffe621;
        border: 0.0625rem solid #ffe621;
        border-left: none;
        border-right: none;
    }

table th {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        line-height: 1rem;
        padding: 7px 8px;
        padding: 0.4375rem 0.5rem;
    }

table tr:nth-child(even) {
        background: #1a1a1a;
    }

table tr:hover {
        background: #ffe621;
        color: black;
    }

table tr:hover a {
        color: #1a1a1a;
    }

table td {
        font-weight: 400;

        padding: 8px;
        padding: 0.5rem;
        font-size: 16px;
        font-size: 1rem;
    }

table td.num {
        font-family: Consolas, monospace;
        -webkit-font-feature-settings: "onum" on;
                font-feature-settings: "onum" on;
    }

@media screen and (min-width: 45em) {
    section.body {
        max-width: 33rem;
    }

        section.body h1:before,
        section.body h2:before {
            margin: 0;
            position: absolute;
            width: 2em;
            left: -3em;
            text-align: right;
        }

        section.body h1 {
            font-size: 1.875rem;
        }

        section.body h2 {
            font-size: 1.625rem;
        }

        section.body h3 {
            font-size: 1.375rem;
        }

        section.body h1 a, section.body h2 a {
            left: -4.25rem;
            width: 4.25rem;
        }

        section.body > p {
            font-size: 1.25rem;
        }
            section.body blockquote p:first-child:first-letter {
                float: left;

                /* NB: do not scale to baseline here */
                font-size: 3rem;
            }

            section.body blockquote:before,
            section.body blockquote:after {
                font-size: 6rem;
            }

            section.body blockquote:before {
                top: 1rem;
                left: -0.5em;
            }

            section.body blockquote:after {
                bottom: 0;
                right: -0.5em;
            }

    figure.code figcaption,
    table caption {
        font-size: 1.25rem;
    }

    figure.code {
        margin-left: auto;
        margin-right: auto;
    }

        figure.code li {
            padding-left: 0rem;
            font-size: 1rem;
        }

        figure.code li:before {
            left: -3.25rem;
            width: 3rem;
        }

        figure.code code {
            font-size: 1rem;
        }
}

@media screen and (min-width: 60em) {
    section.body {
        max-width: 36rem;
        position: relative;
    }

        section.body h1 {
            font-size: 2rem;
        }

        section.body h2 {
            font-size: 1.75rem;
            margin: 1rem 0;
        }

        section.body h3 {
            font-size: 1.5rem;
            margin: 1rem 0;
        }

        section.body h1 a, section.body h2 a {
            left: -4.5rem;
            width: 4.5rem;
        }

        section.body > p {
            font-size: 1.375rem;
        }

        section.body aside {
            position: absolute;
            left: 100%;
            width: 10rem;
        }

        section.body aside:nth-of-type(even) {
            left: -12rem;
        }

        section.body ul,
        section.body ol {
            margin-left: auto;
            margin-right: auto;
            font-size: 1.25rem;
            line-height: 2rem;
        }

        section.body ul > li:before {
            font-size: 1rem;
            line-height: 2rem;
        }

        section.body blockquote {
            font-size: 1.25rem;
        }

    figure.code figcaption,
    table caption {
        font-size: 1.5rem;
    }
        figure.code ol {
            line-height: 1rem;
        }

        figure.code li:before {
            line-height: 1rem;
        }
}

@media screen and (min-width: 120em) {
    section.body {
        max-width: 48rem;
        position: relative;
    }

        section.body h1 {
            font-size: 2.5rem;
            line-height: 3rem;
        }

        section.body h2 {
            font-size: 1.875rem;
        }

        section.body h3 {
            font-size: 1.675rem;
        }

        section.body h1 a, section.body h2 a {
            left: -6rem;
            width: 6rem;
        }

        section.body > p {
            font-size: 1.675rem;
            line-height: 3rem;
        }

        section.body > p:hover:before {
            margin-left: -1.5rem;
        }

        section.body aside {
            width: 18rem;
        }

        section.body aside:nth-of-type(even) {
            left: -20rem;
        }

        section.body aside p {
            font-size: 1.25rem;
        }

        section.body ul,
        section.body ol {
            font-size: 1.5rem;
            margin: 0;
            padding: 0;
        }

        section.body blockquote {
            font-size: 1.5rem;
            line-height: 3rem;
        }

            section.body blockquote p:first-child:first-letter {
                font-size: 4rem;
            }

    figure.quote figcaption {
        line-height: 2rem;
        font-size: 1.125rem;
    }
}

@page {
    margin: 2.5cm;
}

html {
    background: transparent;
    color: black;
}

body {
    margin: auto;
    max-width: none;
    padding: auto;
    font: 300 16pt/1 freight-sans-pro, "Open Sans", "Trebuchet MS", Arial, sans-serif;
}

form {
    display: none;
}

abbr[title]:after {
    content: " (" attr(title) ")";
    font-size: 80%;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
}

a:link,
a:visited {
    color: #009dd8 !important;
    text-decoration: underline !important;
}

del,
ins {
    color: inherit;
}

a[title]:after {
    content: " (" attr(title) ")";
    font-size: 80%;
}

a[href^="#"]:after {
    content: "";
}

h1, h2, h3 {
    page-break-after: avoid;
}

[role="main"] h1 .amp {
    color: #009dd8;  /* Magenta gets mangled */
}

[role="main"] header {
    max-width: none;
}

[role="main"] header h1 {
        margin-top: 0;

        border-bottom: 2pt solid #009dd8;
        font-size: 36pt;
        margin: 0 auto 8pt auto;
        padding-bottom: 14pt;
    }

[role="main"] header h1 a {
            color: black !important;
            text-decoration: none !important;
        }

[role="main"] header small {
        display: block;
        text-align: center;

        -webkit-transform: rotate(2deg);

                transform: rotate(2deg);
        -webkit-backface-visibility: hidden;
    }

[role="main"] header p {
        font-family: chaparral-pro, "Chaparral Pro", serif;
        font-style: italic;
        font-size: 18pt;
        margin: 32pt auto;
        text-align: justify;
        line-height: 32pt;
    }

section.body {
    margin: 0 1cm;

    max-width: none;
}

section.body h1, section.body h2 {
        -webkit-transform: rotate(-1deg);
                transform: rotate(-1deg);
        -webkit-backface-visibility: hidden;
    }

section.body h1 a, section.body h2 a {
            display: none;
        }

section.body h1:before,
    section.body h2:before {
        margin: 0;
        position: absolute;
        width: 2em;
        left: -3em;
        text-align: right;
    }

section.body p {
        line-height: 1.25 !important;
        orphans: 2;
        widows: 2;
    }

blockquote p:first-child:first-letter {
    color: black;
}

.post .author h1 {
        font-size: 1.25em;
        font-style: normal;
    }

.post .author img  {
        float: left;
        margin-right: 2em;
    }

.post .author p {
        font: italic normal 14pt/16pt chaparral-pro, "Chaparral Pro", serif;
    }

.post .feedback,
.post .meta,
.post .similar {
    display: none;
}

footer small {
    font-size: 60%;
}

.toolbar {
    display: none;
}

.print-footnote {
    display: inline;
}

.print-links {
    display: block;
    margin: 16pt;
    padding: 0;
}

.print-links:before {
    content: "External Links";

    display: block;
    font-size: 16pt;
    font-family: chaparral-pro, "Chaparral Pro", serif;
    font-style: italic;
}
