/*
.button {
background-color: #fdb813;
    color: #000;
    font-family: oswald;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.button:hover {
  background-color: #0033a1;
  color: #fdb813;
}

.button:active,
.button.is-checked {
  background-color: #0033a1;
}

.button.is-checked {
  color: white;
}

.button:active {
border: 0px;
border: none;
border-radius: 0px;
}



.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}


.button:focus {outline:0;}

.grid:after {
  content: '';
  display: block;
  clear: both;
}
*/

.button:focus {outline:0;}

.button.is-checked {
  background-color: #0a2140 !important;
  color: #ffffff !important;
}

.filter-buttons-blinn {
    position: relative !important;
    padding-top: 0px !important;
}

@media only screen and (max-width: 600px) {
    .filter-buttons-blinn {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 600px) {
    .button {
        font-weight: normal !important;
        margin-top: 3px;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media only screen and (max-width: 600px) {
   .button-group .button, .button-group .btn-primary {
       position: relative;
       text-align: center;
       width: 400px !important;
       margin-top: 5px;
    }
}
  
