@import url(https://fonts.onboard.org/roboto.400,500.css);
@import url(https://fonts.onboard.org/open-sans.300,400,500,700.css);

body {
  margin: 0;
  padding: 0;
  font-family: 'trade-gothic-next-condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.selected {
  text-decoration: underline !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

#filter-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

#filter-box button,
.filter-box-label {
  display: block;
  float: left;
  border: none;
  text-decoration: none;
  font-family: Open Sans, Roboto, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .8px;
  padding: 0 20px;
  color: #333;
  cursor: pointer;
  background: transparent
}

#filter-box button:hover,
#filter-box button.is-checked {
  text-decoration: underline;
}

