﻿table {
    text-indent: initial;
    border-spacing: 2px;
}

    table tr td {
        font-size: 12px;
        display: table-cell;
        /*align-self: center;*/
    }

    table tr th {
        font-size: 12px;
    }

.autoAjustar {
    width: 400px;
    overflow: hidden;
}

table tr td .btn {
    padding: 0px;
    font-size: 11px;
    width: 24px;
    height: 24px;
}

.table > :not(caption) > * > th {
    /*text-align: center;*/
    padding: 0.3rem 0.3rem;
}

.table > :not(caption) > * > * {
    /*text-align: center;*/
    padding: 0.1rem 0.1rem;
}

tbody tr td {
    padding: 0px !important;
    /* border: 1px solid #287ed3; */
}