table.css 461 Bytes
.m-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  color: #333;
  text-align: left;
}
.m-table thead tr {
  background-color: transparent;
}
.m-table thead th {
  padding: 5px 10px;
  font-size: 13px;
  color: #999;
}
.m-table tbody,
.m-table tfoot {
  background-color: #fff;
}
.m-table th,
.m-table td {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 24px;
  font-weight: normal;
}
.m-table td {
  color: #333;
}