@import url(https://cdn5.onboard.org/assets/weitkowitz/fonts/fonts2.css);

body { margin: 0; padding: 0; }

#filter-box {
  margin-bottom: 20px;
  border-top: 1px solid #e7e6e64f;
  border-bottom: 1px solid #e7e6e64f;
}

#filter-box button {
  font-family: "Open Sans Source Sans Pro", sans-serif; font-weight: 400; font-size: 16px;
  border: none;
  background: none;
  color: #fff;
  border-top: 3px solid rgba(0, 0, 0, 0);
  padding: 10px;
  cursor: pointer;
  margin-right: 10px;
}

#filter-box button:hover {
  color: rgb(150, 178, 0);
}

#filter-box button.is-checked {
  color: rgb(150, 178, 0);
  border-top: 3px solid rgb(150, 178, 0);
}
