@charset "UTF-8";

/*!
 * Bootstrap  v1.0.0 (https://EGMSystems.net)
 * Copyright 2001-2025 Edhar Gonzalez
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*
table {
    width: 100%;
}
*/
th {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-success {
    color: green;
}

.text-warning {
    color: yellow;
}

.text-danger {
    color: red;
}

.text-primary {
    color: blue;
}

.text-dark {
    color: black;
}

.text-light {
    color: white;
}

.responsive {
    overflow: auto;
}