.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.isotope-button {
    display: inline-block;
    padding: 1px 20px;
    margin-bottom: 9px;
    margin-left: 2px;
    margin-right: 2px;
    background: #EEE;
    border: 1px solid #000000;
    /* border-radius: 7px; */
    /* background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) ); */
    color: #222;
    /* font-family: Roboto, sans-serif; */
    font-size: 16px;
    cursor: pointer;
    min-width: 14em;
    max-width: 14em;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}



.isotope-button:hover {
    border: 1px solid #cb333b;
    color: #cb333b;
}
.isotope-button:active,
.isotope-button.is-checked {
  background-color: #cb333b;
}
.isotope-button.is-checked {
  color: white;
  font-weight: 500;
}
.isotope-button:active {
  /*box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
}

.isotope-noresults {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #666666;
}

