﻿table.datatable {
  width: 100%;
}
.datatable thead > tr > th,
.datatable tfoot > tr > th,
.datatable .th {
  border: 1px solid #dddddd;
  background: #f6f6f6 50% 50% repeat-x;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 0;
  border-right: 0;
}
.datatable tbody > tr {
  height: 32px;
}
.datatable .odd {
  background-color: #f6f6f6;
}