I'm working on the options form for a program. Given the considerable number of options I've decided to go with a tab pane for laying everything out.
I've managed to discern quite a bit like how to make transparent non-selected tabs and the background behind them while keeping some kind of color on the tabs themselves, and also how to put an image on each tab.
Now I want to know how (if it is possible) through the CSS style sheet to right-align the tabs while they are on top.
This is what I have right now:

So how do I force those tabs to hug the right side?