Hi! I'm working on a corporate app using Apex 24.1 and Universal Theme, and we're on the process of updating it. I've been asked to revamp the navigation bar, and I would like the buttons marked “right” in the image (the search box and the Support and Logout buttons) to be aligned to the right of the bar, whilst maintaining the rest left-aligned. 
I've tried modifying the user-defined CSS at the Theme Roller and many HTML fixes at both the page and list template, to no avail.
Would there be some way to align only those specific buttons?
(Note: Buttons are aligned to the left because the Navigation bar, <div class="t-Header-navBar">
is at the end of the t-Header-branding
div, and is defined on the CSS as display: flex
)