@charset "UTF-8";
/*
 * Tema CSS de terax.es ─ Anael G. P. (C) 2023
 * Tamaño tablas
 * Edición: 01/08/2023
 */

.terax-col-a {
    width: 28%;
}
.terax-col-b {
    width: 50%;
}
.terax-col-c {
    width: 22%;
}
