/* Reduce font size to remove
   the overlap with the logo (A4). */
html .contactSummary {
    font-size: 0.6875em;
}

/* Reduce whitespace around
   main content. */
html #main {
    margin: 1.5em 0;
    max-width: none;
    width: 100%;
}

html #index #main #sww {
    margin-top: 1em;
}