#adartaTable{
    font-size: 12px;
}
.table td, .table th{
    padding: 6px !important;
    text-align: center;
    vertical-align: middle !important;
    border-width: 1px;
    border: solid;
    min-width: 40px;
}

.table {
    max-width: unset;
    width:unset;
}
.removeBorder{
    border: none !important; 
}