@charset "utf-8";
/* CSS Document */

.navbar-background {
    background: #fff;
}

.note-background {
    background: #fff;
    border: 1px solid #ebeae6;

    margin-top: 10px;
}

.autocomplete-links {
    display: block;

    width: 100%;
}

/* Style - Filters */
.filters {
    padding-top: 9px;
}
    .filters ul {
        list-style: none;

        padding: 0 0 0 10px;
        margin: 10px 0;
    }
    .filters li {
        font-size: 14px;

        padding: 12px 0;

        border-bottom: 1px solid #e8e8e8;
    }
    .filters li:last-child {
        border-bottom: none;
    }

.filters__sub {

}
    .filters__sub ul {
        list-style: none;

        padding: 0 0 0 20px;
        margin: 0;
    }
    .filters__sub li {
        font-size: 14px;

        padding: 10px 0;

        border-bottom: 1px solid #e8e8e8;
    }
    .filters__sub li:last-child {
        border-bottom: none;
    }
    .filters__sub li a {
        color: #ababab !important;
    }
