/* === GLOBAL PAGE WIDTH FIX === */

body {
    margin: 0;
    padding: 0;
}

body > div[align="left"] > table:first-child {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
}

body > div[align="left"] > table:first-child td {
    box-sizing: border-box;
}

/* Prevent large images from breaking layout */
img {
    max-width: 100%;
    height: auto;
}