body {
    /*font-family: "Ubuntu", sans-serif;*/
    font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

pre {
    font-family: 'Source Code Pro', Menlo,Monaco,Consolas,"Courier New",monospace;
    /* monokai Pygments theme */
    background: #272822;
    color: #f8f8f2;
    max-height: 350px;
}

.entry-content p {
    text-align: justify;
/*    text-indent: 1em;*/
}

.entry-content h2 {
    text-indent: 0.1em;
}

.entry-content h3 {
    text-indent: 0.3em;
}

.highlight pre {
    /* monokai Pygments theme */
    background: #272822;
    color: #f8f8f2;
}

dd {
    margin-left: 2em;
}

dd > pre {
    margin-top: 5px;
}

dd > ul {
    margin-left: -2em;
}

dt {
    margin-top: 3px;
}

blockquote {
    font-size: inherit;
}

.entry-content {
    margin-bottom: 20px;
}

.page-header {
    border-bottom: none;
}

div.panel {
    margin: 0;
    margin-top: -40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.panel-body {
    padding: 0;
}

footer.post-info {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 9pt;
    color: transparent;
}

footer.post-info * {
    color: #333;
}

footer.post-info > .label {
    display: none;
}

footer.post-info a {
    border-radius: 3px;
    border: solid 1px #ccc;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-style: italic;
    background-color: white;
}

footer.post-info a:hover {
    text-decoration: none;
    border-color: #ADADAD;
    background-color: #F5F5F5;
}

footer.post-info .published {
    float: right;
    font-size: 10pt;
}

/* Typography fixes */
div.section img {
    margin-top: 5px;
    margin-bottom: 10px;
}

.headerlink {
    font-size: 6pt;
    color: #777777;
}

/* Read more button */
div.summary a.btn-xs {
    float: right;
    clear: both;
    margin-bottom: 5px;
}

/* Cleanup summary */
div.summary h1,
div.summary h2,
div.summary h3 {
    display: none;
}

hr {
    clear: both;
}

.shariff .info {
    display: none;
}
