.tabbase,
.tabbase .table {
    width: 100%;
}

.tabbase .table {
    font-size: .84em;
    color: #666;
    border-collapse: collapse;
    margin: auto;
    text-align: center;
}

.tabbase .table th {
    padding: .5em;
    border: 1px solid black;
    background: black;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.tabbase .table tr td {
    font-size: small !important;
    font-weight: 500 !important;
    text-decoration: none;
    border: 1px solid rgba(204, 204, 204, 0.5);
}

.tabbase tr td a {
    font-size: small !important;
    color: #0d6efd !important;
    background: none !important;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.tabbase tr a:hover {
    color: black !important;
    background: none !important;
}

.tabbase .table tr td:nth-child(2n) {
    background: rgba(181, 213, 144, 0.2);
}

.tabbase .table tr td:nth-child(1) {
    color: #6c757d !important;
    text-align: left;
    text-indent: 15px;
}

.tabbase .table tr td:nth-child(2) {
    text-align: left;
    text-indent: 15px;
    font-weight: 500;
}

.tabbase .table th:first-child {
    width: auto;
}

.tabbase td .btn-edit {
    background-color: black !important;
    border: none;
    width: 40px;
}

.tabbase td .btn-edit:hover {
    background-color: blue !important;
}

.tabbase form .btn-borrar {
    border: none;
}