body{font-family: 'Roboto Condensed', sans-serif !important;}
.btnCell
{
border: none;
  padding: 11px 19px;
    font-size: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  text-align: center;
  vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #efefef;
    font-family: 'Roboto Condensed', sans-serif;
    outline: 0;
    text-decoration: none;
}
.btnCell:hover,
.btnCell:active,
.btnCell.active,
.btnCell.disabled,
.btnCell[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

