table.two-column td,
table.two-column th {
  width: 50%
}
table.three-column td,
table.three-column th {
  width: 33%
}
table.four-column td,
table.four-column th {
  width: 25%
}
table.five-column td,
table.five-column th {
  width: 20%
}
table.table-skin-simple,
table.table-skin-stripe {
  width: 100%;
  border-collapse: collapse
}
table.table-skin-simple td,
table.table-skin-simple th,
table.table-skin-stripe td,
table.table-skin-stripe th {
  text-align: left;
  padding: 0.5em 1em;
  background: #fff
}
table.table-skin-simple th,
table.table-skin-stripe th {
  font-weight: 600
}
table.table-skin-simple td,
table.table-skin-simple th {
  border-bottom: 1px solid #e6e6e6
}
.table-skin-stripe tbody tr:nth-child(odd) td,
.table-skin-stripe tbody tr:nth-child(odd) th {
  background-color: #f8f8f8
}