/* lol google+ */
.ic-googleplus:before {
    content: ''
}

/* Wider main body text */
.inner {
    max-width: 52em;
    margin: 0 auto;
    padding: 0 2em
}

/* Allow using strikethrough */
.strike {
    text-decoration: line-through;
}

/* eliminate fade-in which makes the site seem slow */
.blog-cover {
    animation: 0.0005s ease-in forwards fadein
}

.post-cover {
    animation: 0.0005s ease-in forwards fadein
}

ul>li:before,
ol>li:before {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 500
}

ul>li:before {
    margin-top: 0em;
    content: '\2022'
}

body {
    /* sans serif font */
    font: 400 2em / 1.5em 'Open Sans', Helvetica, Arial, sans-serif;
    /* darker text */
    color: #212223
}

blockquote {
    color: #212223
}

small {
    color: #212223
}

pre .lines .line {
    color: #212223
}

kbd {
    color: #212223
}

/* code blocks generated from restructured text */
pre {
    font-size: 0.9em;
}

/* code blocks generated from markdown */
pre code {
    font-size: 1em;
    line-height: 1em;
    margin-left: 0;
    padding: 0;
}

/* table headings */
table th {
    font-size: 1em;
}
