table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th {
  padding: 5px 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f4;
}


table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px 10px;
}


table.dataTable.no-footer {
    border-bottom: none;
    margin-bottom : 20px;
}


