/* Estilos ventanas respuesta del Foro */

/*Tabla*/
table-responsive {
    padding: 15px 20px;
    border: 1px solid black;
    text-align: center;
    background: #D6EAF8;
}

/*Encabezado de la tabla*/
table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
    font-weight: bold;
    font-size: large;
    color: white;
    background: #2980B9;
}

/*Texto de la tabla con enlace*/

table-contenedor{
    border-bottom-color: currentColor;
    background: #2980B9;
}

table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    background: #D6EAF8;
}
