/* estilos para la tabla */
table th {
    background-color: #337ab7 !important;
    color: white;
}
table > tbody > tr > td {
    vertical-align: middle !important;
}

/* para alinear los botones correctamente */
.btn-group, .btn-group-vertical {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
