﻿#openDetailsButton {
    /* This will align the button and succeeding toolbar items to the right side */
    margin-left: auto;
}

#enableViewButton {
    /* This will align the enable CPU sampling button on the left and succeeding toolbar items to the right side */
    margin-right: auto;
}

.flatFunctions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}