/* Aumenta ancho de todas las tablas al 100% */
.ew-grid table.ew-table {
    width: 100% !important;
    table-layout: auto !important;
}
.ew-grid {
    width: 100% !important;
    max-width: 100% !important;
}
