.td-edit-mode{
    border: 3px solid black !important;    
}

/*
 * Table styles
 */
 table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #dddddd; }
  table.dataTable thead th:active,
  table.dataTable thead td:active {
    outline: none; }
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #dddddd; }
table.dataTable.no-footer {
  border-bottom: 1px solid #dddddd; }