.content img,
.content img[width],
.content img[height],
.content img[style] {
    max-width: 100% !important;
    height: auto !important;
}

.content iframe,
.content table,
.content object,
.content embed,
.content pre {
    max-width: 100%;
}

.content table tbody tr,
.content table tbody tr:nth-of-type(even),
.content table tbody tr:nth-of-type(odd) {
    background: transparent;
}
