table#wpnb {
    width: 100%;
    border-collapse: collapse;
}
table#wpnb td, table#wpnb th {
    padding: 10px;
}

table#wpnb thead {
    background: #f0f0f0;
}
table#wpnb th {
    font-size: 16px;
}
table#wpnb td {
    border: 1px solid lightgray;
}
#wpnb-filters {
    display: none;
    margin: 20px 0;
}
#wpnb-filters.active {
    display: block;
}
#wpnb-filters .input-group {
    display: inline-block;
    margin-bottom: 15px;
    width: 250px;
}
#wpnb-filters .select2-container {
    width: 100%!important;
}
.wpnb-show-filters {
    cursor: pointer;
}