/* ============================
   CENTRARE GENERALĂ – TOATE ECRANELE
   ============================ */
#site-wrapper {
    width: 990px;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF;
}

/* ============================
   FUNDAL ALB PENTRU TOT CE ESTE ÎN JURUL SITE-ULUI
   ============================ */
html, body {
    background: #FFFFFF !important;
}

/* ============================
   CENTRARE TABEL – PORTAL VECHI PHP
   ============================ */
#site-wrapper table {
    margin-left: auto;
    margin-right: auto;
}

/* ============================
   CENTRARE DIV-URI CU align="center"
   ============================ */
#site-wrapper div[align="center"] {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ============================
   CENTRARE PERFECTĂ – DOAR PENTRU MONITOARE MARI
   ============================ */
@media (min-width: 1600px) {
    #site-wrapper {
        margin-left: calc(50% - 495px);
        margin-right: auto;
    }
}
