<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* jPList - jQuery Data Grid Controls 0.0.1 - http://jplist.com 
* Copyright 2015 jPList Software.
*/
.lato {
    font-family: 'Lato', sans-serif
}
.jplist-panel .jplist-group {
    height: 30px;
    box-shadow: 0 0 1px #fff;
    /* background: #fff; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    margin: 10px 10px 0 0;
    padding: 0 0 0 5px;
    height: auto
}
.jplist-panel .jplist-group input, .jplist-panel .jplist-group label {
    height: 28px;
    line-height: 30px
}
.jplist-panel .jplist-group ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    line-height: 28px
}
.jplist-panel .jplist-group ul li {
    margin-right: 15px;
    overflow: hidden;
    height: 28px;
    line-height: 30px
}
.radio-filters {
    margin: 5px 15px 0 0
}
.radio-filters input {
    vertical-align: baseline
}
.radio-filters label {
    margin-right: 10px
}
.radio {
    float: left
}
[data-control-type="range-filter"] {
    cursor: pointer
}</pre></body></html>