/* Widen the main website container */
.container, 
#container,
.main-content-wrapper {
    width: 95% !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Adjust the inner rows to ensure they fill the new width */
.row {
    width: 100% !important;
    margin: 0 auto !important;
}

/* Optional: Adjust the sidebar ratio if it looks too skinny now */
/* This assumes a standard 3-column or 2-column layout */
.col-md-9 {
    width: 75% !important;
}
.col-md-3 {
    width: 25% !important;
}