.article-post p {
    /*white-space: pre-line;*/
}

.article-post .slideshare iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 595px;
    height: 485px;
}

.article-post .hljs, .article-toc {
    background-color: #fafafa;
    /*border: 1px solid #292b2c;*/
}

.article-post code {
    font-size: 0.85rem;
}

.article-toc, .article-toc ul, .article-toc li {
    font-size: 1rem;
}
.article-toc ul {
    padding-left: 2rem;
}
.article-toc li {
    list-style: none;
}
.article-toc p.article-toc-title {
    font-size: 1.6rem;
    margin: 1rem 0 0 1rem;
    line-height: 1.8;
}

.highlight-img {
    padding: 5px;
}

.highlight-img > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.highlight-img > .caption {
    display: block;
    margin: 10px auto 0;
    max-width: 100%;
    text-align: center;
}

/*.listfeaturedtag h4.card-text, .listrecent h4.card-text {*/
/*display: block; !* or inline-block *!*/
/*text-overflow: ellipsis;*/
/*word-wrap: break-word;*/
/*overflow: hidden;*/
/*!*max-height: 3.6em;*!*/
/*max-height: 130px;*/
/*!*line-height: 1.8em;*!*/
/*}*/
