table{
    width: 100% !important;
}

.table tbody td, .table tbody th {
    height: auto;
}

.table thead td, .table thead th{    
    height: 2rem;
}

.table thead th {
    background-color: #f1ecfb;
}