.acceptedcell{
    display: table-cell !important;
    background:#57b031;
    color: black;
    font-weight: 500;
}

.badcell{
    display: table-cell !important;
    background: #e7313c;
    color: white;
    font-weight: 500;
}

.dontshowcell{
    display: none; 
}
.counterdiv{
    width: 100%;
    height: 100%;
}

.dataTables_wrapper .dataTables_length {
  color:white;
}

.dataTables_wrapper .dataTables_length select {
  
    background-color: white;
  
}
/*.tablegas{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    overflow: auto;
}*/