.post-container a {
    color: #333;
    text-decoration: none;
}

.post-container a:visited {
    color: #333;
    text-decoration: none;
}

.post-container a:hover {
    border-bottom: 1px solid #06c;
    color: #06c;
}

.post-container .right {
    float: right;
}

.post-container h1 {
    margin-bottom: 1.0em;
    font-family: Georgia, serif;
}

.post-container .subtitle {
    color: #888 !important;
}

.post-container .post-header {}

.post-container .post-date {
    border-bottom: 1px dotted #aaa;
    border-top: 1px dotted #aaa;
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
    font-size: 10pt;
    color: #aaa;
}

.post-container .post-content h2 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #DA5521;
}

.post-container .post-content h3 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #DA5521;
}

.post-container .post-content h4 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #DA5521;
}

.post-container .post-content h5 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #DA5521;
}

.post-container .post-content h6 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #DA5521;
}

.post-container .post-content h4 {
    border-bottom: none;
}

.post-container .post-content h5 {
    border-bottom: none;
}

.post-container .post-content h6 {
    border-bottom: none;
}

.post-container .post-content h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.post-container .post-content h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.post-container .post-content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.post-container .post-content h5 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.post-container .post-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.post-container .post-content img.center {
    display: block;
    margin: 0 auto;
}

.post-container .post-content .caption {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
}

.post-container .post-content a {
    border-bottom: 1px solid #06c;
    font-weight: 600;
}

.post-container .post-content a:hover {
    color: #06c;
}

.post-container .post-content .code .highlight {
    max-width: 550px;
    overflow: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #eee;
}

.post-container .post-content .code {
    line-height: 2.0em;
    /*font-family: 'Ubuntu Mono', monospace, sans-serif;*/
    font-family: 'Source Code Pro', monospace, sans-serif;
    font-size: 9pt;
}

.post-container .post-content .inline-code .highlight {
    max-width: 550px;
    overflow: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #eee;
}

.post-container .post-content .inline-code {
    /*font-family: 'Ubuntu Mono', monospace, sans-serif;*/
    font-family: 'Source code pro', monospace, sans-serif;
    font-size: 9pt;
    background-color: #f1f1f1;
    white-space: pre;
    padding: 2px;
}

.post-container .post-content .gist a {
    border-bottom: none;
    font-weight: normal;
}

.post-container .post-content .gist {
    font-size: 9pt;
    line-height: 1.4em;
}

.post-container .post-content .footnotes {
    /*border-top: 1px solid #DA5521;*/
    border-top: 1px dotted #aaa;
    padding-top: 5px;
    padding-right: 30px;
    font-size: 11pt;
    line-height: 1.5em;
    /*font-weight:200;*/
}

.post-container .post-content {
    font-family: "Merriweather", Georgia, serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.7em;
    color: #333;
}

.post-container .comments_area {
    border-top: 1px dotted #aaa;
    margin-top: 20px;
    padding-top: 15px;
}

.post-container {
    max-width: 620px;
    background-color: white;
    margin-bottom: 21px;
    border-radius: 6px;
    /* Post Styling */
}