Exibição em bloco embutido tem margem
/* line breaks in your code are causing this
because inline-block elements are treated as inline elements*/
word-spacing: -1; /* on the surrounding container will fix the issue./
Friendly Hawk