You can remove padding from padding and margin from all the spans I would recommend adding a class to these spans in case you DO NOT want to do them to all others throughout your site.
span {padding:0;margin:0;}
with class
span .className {padding:0;margin:0;}