/* Css Front */

@media(max-width: 750px) {
    #content {
        overflow-x: hidden;
    }
    .container {
        overflow-x: scroll;
    }
}

.en-vigencia .fa-eye {
    color: white;
}
.en-vigencia td, .en-vigencia th {
    color: white !important;
}

.transitoria .fa-eye, .transitoria td, .transitoria th {
    color: white !important;
}

.vetada .fa-eye, .vetada td, .vetada th {
    color: white !important;
}

.promulgada .fa-eye, .promulgada td, .promulgada th {
    color: white !important;
}

.derogada .fa-eye, .derogada td, .derogada th {
    color: white !important;
}