.tablaindexbchn {
    overflow: hidden;
    overflow-x: auto;
    clear: both;
    width: 100%;
}

.tablaindexbchn .table {
    font-size: .84em;
    color: #666;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
    text-align: center;
    min-width: 600px;
}

.tablaindexbchn .table th {
    padding: .5em;
    border: 1px solid black;
    background: black;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.tablaindexbchn .table tr td {
    font-size: small !important;
    font-weight: 500 !important;
    text-decoration: none;
    border: 1px solid rgba(204, 204, 204, 0.5);
}

.tablaindexbchn .table tr a {
    font-size: small !important;
    /*color: #0d6efd !important; */
    background: none !important;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.tablaindexbchn .table tr a:hover {
    /*color: black !important; */
    background: none !important;
}

.tablaindexbchn .table tr td:nth-child(2n) {
    background: rgba(181, 213, 144, 0.2);
}

.tablaindexbchn .table tr td:nth-child(1) {
    color: #6c757d !important;
    text-align: left;
    text-indent: 15px;
}

.tablaindexbchn .table tr td:nth-child(2) {
    text-align: left;
    text-indent: 15px;
    font-weight: 500;

}

.tablaindexbchn .table th:first-child {
    width: auto;
}