.filterDiv {
  display: none;
}

.show {
  display: table-row;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  cursor: pointer;
  margin: 0px 5px 0px 0px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: rgba(92, 113, 72, 1);
  color: white;
}