/* CUSTOM ADDITIONS TO BASIC RESET CSS */

/* remove dotted border from clicked links */
:active, :focus {
outline: none;
-moz-outline-style: none;
}

/* hide grey box on tapped links in iOS */
a, div, span, img {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}