I have a issue with one of my spans. Please consider the following styles:
.form_container .col1che { float: left; width: 4%; text-align: left; } .form_c
Display block and optionally float left helped me.
block
left
display: block; float: left;