
#filter-box {
  margin-bottom: 20px;
}

#filter-box button {
  background: none;
  border: 2px solid #575656;
  color: #575656;

  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;

  cursor: pointer;
  padding: 8px 30px;
  margin-top: 8px;
  margin-right: 8px;
}

#filter-box button:hover, #filter-box button.is-checked {
  background-color: #e2007a;
  border: 2px solid #e2007a;
  color: #fff;
}
