button {
  background: none;
}

.filter-btn-row {
  margin-top: 16px;
}

.filter-btn-row .button {
  height: calc(100% - 24px);
  width: 100%;
  margin-bottom: 24px;
}

a.button.card:hover,
a.button.card:active,
a.button.card:focus {
  box-shadow: 0 0 0 1px #fa4616;
  background-color: #fcfdfd;
}

a.button.card .child-page-description {
  padding-top: 16px;
  border-top: #fa4616 1px solid;
}

#reset {
  position: absolute;
  left: 2px;
  bottom: 4px;
}
