/* ==================================================
   E-CARDIOLOGY.COM — MODERNISATION
   Stage 1: Page background and site width
   ================================================== */

/* Remove the old patterned/grey page background */
body {
    background: #f4f7f9;
}

/* Widen the main website container */
#container {
    max-width: 1200px;
    width: 94%;
}
/* ==================================================
   Stage 2: Reduce the empty header/banner space
   ================================================== */

/* Collapse the large empty header area */
#header {
    min-height: 48px !important;
    height: auto !important;
    padding: 0 !important;
}

/* Hide any empty header image area */
#headerimg {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* =========================================
   Stage 3 — Wider, cleaner site container
   ========================================= */

#container {
    max-width: 1200px;
    width: 94%;
}

body {
    background: #f4f5f6;
}