﻿
.searchForm .showFilters { background-color: #fff; color: #000; font: normal normal normal 14px/20px Zilla Slab; text-align: center; padding: 6px 12px; }
    .searchForm .showFilters:hover { background-color: #357DE6; color: #fff; }
.searchForm div.showFilters { border: 1px solid #ccc; }

.searchForm .input-group { width: 100%; }

.searchForm input { border-radius: 0; }

.searchForm div.filters { border: 1px solid #ccc; background-color: #fff; padding: 2%; font-size: 12px; left: 20px; z-index: 1; display: none; }
    .searchForm div.filters p { font-size: 12px; }
    .searchForm div.filters .checkbox { margin: 0; }
    .searchForm div.filters hr { margin: 0; }

/* maybe this was for the "search" button?
.searchForm button { background-color: #357DE6; color: #fff; background-image: none; text-shadow: none; }
    .searchForm button:hover { background-color: #357DE6; color: #fff; }
    .searchForm button:focus { background-color: #357DE6; color: #fff; }
*/
