.filter button {
    font-size:.9rem;
    width:90px;
    line-height:1em;
}
.maxW, .rewardCardCalc {
    width:auto !important;
}
.filterBlock > div {
    padding:0px;
    margin-right:10px;
}
.filter h4 {
    line-height:.8em;
    height:2em;
}
.filterBlock {
    width:48%;

}
.pwftool .grid tbody td {
    text-align: left;
}
@media only screen and (max-width: 900px) {
    .filter h4 {
        height:1.6em;
        margin-bottom:0px;
      }
      .filterBlock {
          width:100%;
      }
      .featureTotal {
          font-size:1.4em;
          font-weight:bold;
      }
      .splitCtrls h2, .resultLine {
          font-size:1.4em;
          line-height:1em;
          padding-top:0px;
      }
      .splitCtrls {
          padding:0px;
      }
}