.filters-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.filter-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 2pt;
}
.filter-wrapper label {
    font-size: 10pt;
    text-indent: 4pt;
    text-shadow: 0pt 0pt 2pt #fff;
}
.filter-wrapper input,
.filter-wrapper select {
    background-color: #EEEEEE;
    height: 16pt;
    border-radius: 2pt;
    max-width: 90pt;
}
.filter-order {
    margin-left: auto;
}