.results tr[visible='false'],
.no-result{
    display: none;
}
.results tr[visible='true'] {
    display: table-row;
}
.counter{
    padding: 8px; 
    color: #141414;
    font-family: Cambria;
}