body{
    /*padding:20px 20px;*/
}

.results tr[visible='false'],
.no-result{
    display:none;
}

.results tr[visible='true']{
    display:table-row;
}

.counter{
    padding:8px;
    color:#ccc;
}

.table-overflow {
    max-height:400px;
    overflow-x:auto;
}

/*table {*/
    /*border-collapse: collapse;*/
    /*width: 50em;*/
    /*border: 1px solid #666;*/
/*}*/
/*thead {*/
    /*background: #ccc url(https://www.devfuria.com.br/html-css/tabelas/bar.gif) repeat-x left center;*/
    /*border-top: 1px solid #a5a5a5;*/
    /*border-bottom: 1px solid #a5a5a5;*/
/*}*/
/*tr:hover {*/
    /*background-color:#3d80df;*/
    /*color: #fff;*/
/*}*/
/*thead tr:hover {*/
    /*background-color: transparent;*/
    /*color: inherit;*/
/*}*/
/*tr:nth-child(even) {*/
    /*background-color: #edf5ff;*/
/*}*/
/*tr:nth-child(even):hover {*/
    /*background-color:#3d80df;*/
    /*color: #fff;*/
/*}*/
/*th {*/
    /*font-weight: normal;*/
    /*text-align: left;*/
/*}*/
/*th, td {*/
    /*padding: 0.1em 1em;*/
/*}*/

