﻿
.ColControles {
    border-right: solid 1px #cccccc;
}

th {
    font-weight: normal;
}

.TablaCategorias>tbody>tr>td {
    vertical-align: middle;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}


.TablaGrupoCat {
    width: 100%;
    max-width: 400px;
}

.TablaGrupoCat>tbody>tr {
    background-color: inherit !important;
}

.TablaGrupoCat>tbody>tr>td:nth-child(1) { /* Edad */
    white-space: nowrap;
}

.TablaGrupoCat>tbody>tr>td:nth-child(2) { /* Edad */
    width: 8rem;
    font-size: small;
    white-space: nowrap;
}

.TablaGrupoCat>tbody>tr>td:nth-child(3) {
    width: 5rem;
}

.TablaGrupoCat>tbody>tr>td:nth-child(4) {
    width: 5rem;
}

.TituloEvento {
    border-bottom: solid 1px #DDDDDD;
}