/* Here you can put your custom styles that will be appended to the output css file */

#settingstabpluginfilters {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    list-style: none;

    border-bottom: 1px solid #f1f3f4;
    cursor: default;
    font-weight: normal;
    line-height: 35px;

    display: list-item;
    text-align: -webkit-match-parent;
}
#settingstabpluginfilters a {
    border-left: 2px solid transparent;
    
    display: block;
    text-decoration: none;
    cursor: default;
    width: 100%;
    
    padding: 0 .5rem;
    white-space: nowrap;
    vertical-align: middle;
    color: #2c363a;
}
#settingstabpluginfilters a:before {

    content: "\f013";

    height: 2em;
    margin-right: .5rem;

    font-size: 1.25em;
    display: block;
    float: left;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}