.simple-table,
.table-horizontal {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15) !important;
  overflow: hidden;
  font-size: 1rem;
}

.simple-table caption,
.table-horizontal caption {
  font-style: italic;
  text-align: left;
  margin-bottom: 0.5rem;
}

.simple-table thead,
.table-horizontal thead {
  background-color: #000000;
  color: #FFFFFF;
}

.simple-table tr td:first-child,
.table-horizontal tr td:first-child {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
}

.simple-table tr td ,
.table-horizontal tr td {
  padding: 1rem;
}
.simple-table tr th,
.table-horizontal tr th {
  text-align: center;
  padding: 1rem;
}
.simple-table tr:nth-child(even),
.table-horizontal tr:nth-child(even) {
  background-color: #DDDDDD;
}