h3 {
  color: rgb(97, 97, 97);
  font-size: 21px;
}

table {
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: table;
  margin: 14px 0;
  text-align: left;
  width: 100%;
}
table:last-child {
  margin-bottom: 0;
}

thead {
  box-shadow: none;
}
th {
  background: #f9fafb;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  color: rgba(0, 0, 0, 0.87);
  cursor: auto;
  font-style: none;
  font-weight: 700;
  padding: 13px 11px;
  text-align: inherit;
  text-transform: none;
  vertical-align: inherit;
}
td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  padding: 11px;
  text-align: inherit;
}
td:first-child,
th:first-child {
  border-radius: 4px 0 0 0;
  border-left: none;
}
tr:first-child td {
  border-top: none;
}

@media only screen and (max-width: 767px) {
  table {
    padding: 0;
  }
  td {
    background: 0 0;
    box-shadow: none;
    border: none;
    display: block;
    padding: 4px 11px;
    width: auto;
  }
}

hr{
  border: none;
  border-top: 1px solid #ddd;
  color: #ddd;
  margin: 8px 0;
}
