.alignleft {
display: inline;
float: left;
margin: 12px 24px 12px 0;
margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
display: inline;
float: right;
margin: 12px 0 12px 24px;
margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
clear: both;
display: block;
margin: auto;
}
@media (max-width: 768px) {
.alignleft,
.alignright {
float: none;
display: block;
margin: auto;
}
} img,
.editor-attachment { }
img.size-full {
width: auto / 9; }
img[class*="wp-image-"] {
height: auto;
max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; }
img.mceWPnextpage {
border-radius: 0;
box-shadow: none;
}
img.wp-smiley {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
background: #EEE;
border: 1px solid #CCC;
padding: 4px;
text-align: center;
max-width: 100%;
}
.wp-caption-dt {
margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
color: #757575;
font-style: italic;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 2;
margin: 0 0 0;
}  table {
width: 100%;
border-top: 1px solid #CCC;
word-break: break-all;
}
table tr,
table th,
table td {
border-collapse: collapse;
padding: 0.5em 0;
border-bottom: 1px solid #CCC;
}