When using Chrome, try clicking in the results pane and then hit tab to focus on this first link:
http://jsfiddle.net/2q6c7c36/2/
Have you noticed how the contents of .box seem to "jump up" outside of its border? It seems that this issue is related to the clearfix class I'm using. Is it a bug specific to Chrome or am I possibly doing something wrong? This also happens when utilizing pseudo elements for icon fonts.
Any insights would be greatly appreciated!
.clearfix:after{
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}