I have this line in my code:
<label style="font-weight: bold" for="sedii18n_codice_paese_indirizzo">Codice paese indirizzo</label>
but the label is showed normal.
If I go to the Chrome Inspector I can see this:
font-weight: normal !important;
If I change font-weight
in the inspector the weight of the font is modified normally.