.toolbar-container>.search-container {
    /* This will align the search control to the right side */
    margin-left: auto;
}

.callTree {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}