/* IMG */
.pi-content-post-standard .pi-post-body img {
    margin: 8px 0px;
}

.pi-content-post-standard .pi-post-body img.alignleft {
    float: left;
    margin: 10px 24px 10px 0px;
}

.pi-content-post-standard .pi-post-body img.alignright {
    float: right;
    margin: 10px 0px 10px 24px;
}

/* UL LI + OL LI */
.pi-content-post-standard .pi-post-body ul, 
.pi-content-post-standard .pi-post-body ol {
    margin: 0px 0px 18px;
}

.pi-content-post-standard .pi-post-body ol li ol,
.pi-content-post-standard .pi-post-body ul li ul {
    padding-top: 4px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}

.pi-content-post-standard .pi-post-body ol li, 
.pi-content-post-standard .pi-post-body ul li {
    margin-bottom: 2px;
}

.pi-content-post-standard .pi-post-body ol li:last-child,
.pi-content-post-standard .pi-post-body ul li:last-child {
    margin-bottom: 0px;
}

/* H1 - H6 */
.pi-content-post-standard .pi-post-body h1 {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 9px;
    line-height: 34px;
    font-size: 23px;
    font-weight: bold;
}

.pi-content-post-standard .pi-post-body h2 {
    margin-top: 0;
    margin-bottom: 7px;
    padding-top: 8px;
    line-height: 34px;
    font-size: 22px;
    font-weight: bold;
}

.pi-content-post-standard .pi-post-body h3 {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 8px;
    line-height: 33px;
    font-size: 21px;
    font-weight: bold;
}

.pi-content-post-standard .pi-post-body h4 {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 8px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
}

.pi-content-post-standard .pi-post-body h5 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 8px;
    line-height: 31px;
    font-size: 19px;
    font-weight: bold;
}

.pi-content-post-standard .pi-post-body h6 {
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 8px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

/* HR */
.pi-content-post-standard .pi-post-body hr {
    border: 0;
    height: 0;
    margin: 28px 0px 27px;
    display: block;
}

/* PRE */
.pi-content-post-standard .pi-post-body pre {
    padding: 11px 15px;
    margin: 18px 0px 23px;
    white-space: pre-wrap;
    overflow: auto;    
    line-height: 22px;
}

/* BLOCKQUOTE */
.pi-content-post-standard .pi-post-body blockquote {
    padding-left: 26px;
    margin: 9px 0px 20px 13px;
}

/* LINK */
.pi-content-post-standard .pi-post-body a:hover {
    text-decoration: underline;
}

/* IFRAME */
.pi-content-post-standard .pi-post-body iframe {
    margin-top: 9px;
}

.pi-content-post-standard .pi-post-body .fluid-width-video-wrapper {
    margin-bottom: 30px;
}