/*
 * Recovery fixes for the cifs theme.
 *
 * The original inner pages were two-column (photo beside text) and vertically
 * centred the text by absolutely positioning it against the photo. Those photos
 * were never archived, so the page content has been edited to drop the empty
 * image columns and run the copy full-width. These rules are belt-and-braces in
 * case any absolutely-positioned block remains, plus normal paragraph rhythm.
 */
.jd-image-content {
    position: static !important;
    top: auto !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto !important;
}

.jd-content p {
    margin-bottom: 1rem;
}
