
table, td, th {
    border: 1px solid rgb(190, 190, 251);
    padding: 2px 4px;
}


table {
/*     margin-left: auto;
    margin-right: auto; */
    border-collapse: collapse;
}

td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




#metaTable_info {
    display: none;
}


.debug {
    display:none;
}


table.smallDatatable,  table.smallDatatable  th,  table.smallDatatable  td {
    padding: 1px;
    margin-top: 10px;

    font-size:  small;
}