/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/* ---- button-group ---- */
.cwNews .button-group:after {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 5px;
}

.cwNews .button-group .button {
  float: left;
  border-radius: 0;
  margin-right: 1px;
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-weight: 500;
  text-shadow: 0 1px white;
  cursor: pointer;
  line-height: 100%;
}

.cwNews .button-group .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.cwNews .button-group .button:active, .cwNews .button-group .button.is-checked {
  background-color: #7C7C7C;
  color: white;
  outline: none;
}