body {
    background-color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

#header {
    margin-top: 30px;
}

    #header #return-home {
        font-size: 15px;
        color: #666;
    }

        #header #return-home a:hover {
            text-decoration: underline;
        }

#content-container {
    margin-top: 35px;
    margin-bottom: 60px;

    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

    #content-container #post-header {
        margin-bottom: 20px;
    }

        #content-container #post-header #post-title {
            font-size: 28px;
            font-weight: bold;
            line-height: 1.4;
        }

        #content-container #post-header #post-date {
            margin-top: 5px;

            font-size: 14px;
            color: #666;
        }

    #content-container #post-footer {
        font-style: italic;
        border-top: 1px solid #ddd;
        margin-top: 40px;
        padding-top: 10px;
    }

    #content-container #post-content > p {
        margin-bottom: 20px;
    }

    #content-container h1,
    #content-container h2 {
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 16px;
    }

    #content-container h1 {
        font-size: 23px;
        border-bottom: 1px solid #ddd;
    }

    #content-container h2 {
        font-size: 20px;
    }

    #content-container strong {
        font-weight: bold;
    }

    #content-container em {
        font-style: italic;
    }

    #content-container a {
        color: #007aff;
    }

        #content-container a:hover {
            text-decoration: underline;
        }

    #content-container ul, #content-container ol {
        padding-left: 2em;
        margin-bottom: 20px;
    }

    #content-container ul {
        list-style-type: disc;
    }

    #content-container ol {
        list-style-type: decimal;
    }

    #content-container blockquote {
        position: relative;
        margin-bottom: 20px;
        padding-left: 20px;
    }

        #content-container blockquote::before {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 22px;
            font-weight: bold;
            line-height: 1;
            content: "\275D";
            opacity: .6;
        }

    #content-container pre {
        margin-bottom: 20px;
        font-family: 'Source Code Pro', monospace;
        font-weight: 500;
        font-size: 13.6px;
        display: block;
        line-height: 1.45;
        text-align: left;
        padding: 12px 15px;
        word-break: normal;
        word-wrap: normal;
        white-space: pre;
        border-radius: 3px;
        border: 1px solid #eee;
        tab-size: 4;
        -moz-tab-size: 4;
        overflow: auto;
    }

    #content-container :not(pre) > code {
        font-family: 'Source Code Pro', monospace;
        font-weight: 500;
        font-size: 86%;
        white-space: pre;
        padding: 0.2em 0.4em;
        background-color: #f2f2f2;
        border-radius: 3px;
        font-style: normal;
    }

    #content-container figure {
        display: block;
        margin-bottom: 20px;
    }

        #content-container figure img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 100%;
            padding: 5px;
        }

        #content-container figure:not(.no-border) img {
            border: 1px solid #999;
        }

        #content-container figure figcaption {
            display: block;
            margin: .75em 1em;
            text-align: center;
            font-style: italic;
        }

    #content-container table {
        display: block;
        width: 100%;
        overflow: auto;
        margin-bottom: 20px;
    }

        #content-container table th, #content-container table td {
            padding: 6px 13px;
            border: 1px solid #ddd;
        }

        #content-container table th {
            font-weight: bold;
        }

    #content-container blockquote cite {
        font-style: italic;
    }

    #content-container .youtube-player-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }

        #content-container .youtube-player-container .youtube-player-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border:0;
        }
