body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #111111;
}
.filter nav {
  margin: 0 20px 10px 0;
  display: flex;
}
.filter nav input {
  padding: 5px 15px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
}
.filter nav a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 15px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background: #fafafa;
  cursor: pointer;
}
.filter nav a:hover {
  border-color: #ac161b;
  color: #ac161b;
}
.filter nav a.active {
  background: #ac161b;
  border-color: #ac161b;
  color: white;
}
.result table {
  font-weight: 400;
  max-width: 100%;
  font-size: 13px;
  border-spacing: 0px;
}
.result table th,
.result table td {
  border-collapse: collapse;
  text-align: left;
  font-weight: 400;
  padding: 8px;
}
.result table th {
  color: #ac161b;
  border-bottom: 2px solid #ac161b;
  background: #e0e0e0;
  font-weight: 500;
}
.result table tr:nth-of-type(2n+1) td {
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
}
