try to add the bellow CSS to your label tags
label{
display:inline-block;
width:120px;
text-align:right;
}
or use a table with border=”0″ attribute and align=”right” for firsts columns
solved How to display text from left to right [closed]