table {
  font-size: 0.06640625remrem;
  border-collapse: collapse;
  margin: 25px 0 60px 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
table thead tr {
  background-color: #cd4c00;
  color: #fff;
  text-align: left;
}
table thead tr a {
  color: #fff;
}
table th,
table td {
  padding: 12px 15px;
}
table tbody tr {
  border-bottom: 1px solid #ddd;
}
table tbody tr:nth-of-type(even) {
  background-color: #eaeaea;
}
table tbody tr:last-of-type {
  border-bottom: 2px solid #cd4c00;
}
table tbody tr.active-row {
  font-weight: bold;
  color: #cd4c00;
}
table caption {
  font-size: 0.078125remrem;
  font-weight: 600;
  color: #fff;
  background-color: #4f4f4f;
  padding: 10px;
}
/*# sourceMappingURL=table.css.map */
