It's not impossible at all, but you will need to use something like firebug to view all the CSS being applied to it and then create your own.
That's what I did, used firebug and I came up with the newcontent_textcontrol class...
Am I duplicating the wrong class?
If,
Code:
<a class="newcontent_textcontrol" "href="http://www.urlhere.com">button text here</a>
makes a custom button just as I need, except with the forced left alignment, if I copy the class and change it's name the following should work fine right?
Code:
<a class="new_custom_class" href="http://www.urlhere.com">button text here</a>
should show the same thing right? It's bizarre, although the name of the class in that css file is the exact same, it doesn't seem to work once I duplicate it and put it in additional.css
I'm honestly stumped on this I felt like I've gone through every single css file here and can't find the correct class to duplicate and edit... I will do 100 push-ups if you can figure this connundrum out for me (not all at once though I'm not in that good of shape)