I have the HTML:
Bookmix Offline
Just use display:inline-block and text-align:right instead of float:right:
div { text-align:right } span { display:inline-block }