/* Stats */
#stats .results {
    margin-top: 40px;
}
.filters > .wrapper {
    display: flex;
}
.filters .filter {
    margin-right: 20px;
}
.filters .filter .filter_name {
    padding-right: 20px;
    background: url('../img/dropdown.svg') no-repeat right center;
    background-size: 8px;
    cursor: pointer;
}
.filters .filter .options {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    padding: 10px;
    box-shadow: 5px 5px 5px #ccc;
}
.filters .filter.expanded .options {
    display: block;
}
.filters .filter .options li a {
    text-transform: lowercase;
    font-size: 12px;
}

.query {
    display: flex;
    margin-top: 40px;
}
.query .criter a {
    background : #000;
    color: #FFF;
    padding: 3px 5px;
}
.query .criter {
    margin-right: 8px;
}

#stats .tickets {
    margin-top: 40px;
}
#stats .ticket {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#stats .ticket .date {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
}
#stats .ticket .subject {
    margin-bottom: 10px;
}