/* REO - use this to add any custom css to housing blog */

.county-report-button a {
      width: 100%;
      padding: 12px 0;
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #333;
      max-height: 86px;
      background: #e5e5e5;
}

.county-report-button a:hover {
    background: #7699ae;
    color: #fff
}
