.results {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.results > div {
    flex-basis: 49%;
    max-width: 50%;
    background-color: rgba(191, 191, 191, 0.15);
    position: relative;
}

.results b {
    position: absolute;
    top: -25px;
}

.results pre {
    padding: 10px 20px;
    height: 100%;
    font-size: 13px;
    overflow: auto;
    box-sizing: border-box;
}

.dx-tagbox {
    min-width: 150px;
}

.dx-filterbuilder .dx-numberbox {
    width: 80px;
}