/** default style */
/** small style */
/** large style */
.dh-table.dh-table-default tr {
  height: 40px;
  font-size: 14px; }

.dh-table.dh-table-small tr {
  height: 30px; }

.dh-table.dh-table-large tr {
  height: 60px; }

.dh-table table {
  border: 1px solid #e6eaee;
  border-radius: 3px; }
  .dh-table table tr td, .dh-table table tr th {
    font-weight: normal;
    border-bottom: 1px solid #e6eaee;
    padding-left: 4px;
    padding-right: 4px;
    background: #f8f9fa;
    color: #575f6d; }
  .dh-table table tr td {
    color: #333c48; }
  .dh-table table tr:last-child td {
    border-bottom: none; }
  .dh-table table tr:nth-child(odd) td {
    background: #fff; }
  .dh-table table tr:hover td {
    background: #e6eaee; }

.dh-table.dh-table-bordered table tr td, .dh-table.dh-table-bordered table tr th {
  border-right: 1px solid #e6eaee; }
  .dh-table.dh-table-bordered table tr td:last-child, .dh-table.dh-table-bordered table tr th:last-child {
    border-right: none; }
