/* Start custom CSS */table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 14px;
  margin: 20px 0;
}

th, td {
  border: 1px solid #dcdcdc;
  padding: 12px 15px;
  text-align: left;
}

th {
  background-color: #f4f6f8;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 2px solid #b0b8c1;
}

tr:nth-child(even) {
  background-color: #fafbfc;
}/* End custom CSS */