/* custom tweaks to mimic screenshot style */
.card { border-radius:8px; }
.input-group-text { background:#fff; border-right:0; }
.form-control { border-left:0; }
#bs-search-btn { min-width:100px; }
.list-group-item { border-radius:8px; margin-bottom:8px; }
@media (max-width:767px) {
    .col-md-3, .col-md-2, .col-md-1 { flex: 0 0 100%; max-width:100%; }
    #bs-search-btn { width:100%; }
}
