/* ===============================
Micro Clearfix
=============================== */

.cf:before,
.cf:after{
 content:"";
 display:table;
}

.cf:after{
 clear:both;
}

.cf{
 zoom:1; /* IE6 / IE7 */
}


/* ===============================
Image Alignment
=============================== */

img.alignleft{
 float:left;
 margin:0.5rem 1rem 0.5rem 0 !important;
}

img.alignright{
 float:right;
 margin:0.5rem 0 0.5rem 1rem !important;
}


/* ===============================
Paragraph
=============================== */

p{
 line-height:1.8;
}


/* ===============================
Text Alignment
=============================== */

.center,
.center-t,
.post_content table td.center,
.post_content table td.center-t{
 text-align:center;
 margin:auto;
}

.right-t,
.post_content table td.right-t{
 text-align:right;
}

.left-t,
.post_content table td.left-t{
 text-align:left;
}

.just{
 text-align:justify;
}


/* ===============================
Clear
=============================== */

.cb{
 clear:both;
}

.mb{
 clear:both;
}


/* ===============================
Table Alignment
=============================== */

.post_content table td.align-center{
 text-align:center !important;
}

.post_content table td.align-right{
 text-align:right !important;
}

.post_content table td.align-left{
 text-align:left !important;
}

.post_content dd>:last-child, .post_content div>:last-child, .post_content>:last-child {
    margin-bottom: 1rem;
}

.post_content>p {
    margin-bottom: 1rem;
}