you can also try replacing the negative margin with
.label{
position:relative;
top:-2px;
}
in addition to the rest of your .label
style
you can also try replacing the negative margin with
.label{
position:relative;
top:-2px;
}
in addition to the rest of your .label
style