Actually, they are correctly aligned as they are. I think you want to align them (so P over E), if I understand correctly. If so, you can try the following:
.form-horizontal .control-label { text-align: left; }
(it is "text-align: right;" by default in bootstrap.css)
source share