.filter-content {
    background: #d6e8ed;
    cursor: auto;
    padding: 1.5rem;
    overflow: hidden;
    clear: both;
}

.filter-fields {
    display: none;
    /*position: absolute;*/
    width: 300px;
    height: auto;
    background: #efefef;
    border: 1px solid #ccc;
    color: #434A54;
    right: 0;
    z-index: 5;
}