.account-custom-orderhistory-filters,
.account-custom-filters-orderhistory-type,
.account-custom-filters-orderhistory-name {
    display: flex;
    align-items: center;
}

.account-custom-filters-orderhistory-type input[type="checkbox"] {
    margin: 0;
}

.account-custom-filters-orderhistory-type label {
    margin-bottom: 0;
}

.account-custom-filters-orderhistory-type span,
.account-custom-filters-orderhistory-name span {
    margin: 0 4px;
    font-weight: bold;
}

.account-custom-filters-orderhistory-type div {
    border: solid 1px #ccc;
    background-color: #eaeaea;
    padding: 4px 6px;
    margin: 0 4px;
    border-radius: 3px;
}

.account-custom-filters-orderhistory-name {
    margin-right: 8px;
}

.account-custom-orderhistory-filters {
    position: absolute;
    top: 30px;
    left: 330px;
}

.ASM_icon-report:before {
    content: '\e80a';
    vertical-align: bottom;
    color: white;
    font-size: 28px;
    position: relative;
    top: 5px;
}
