
/* Global: remove underlines and prevent horizontal overflow */
html, body { overflow-x: hidden; }
a, a:visited { text-decoration: none; }
a:hover, a:focus { text-decoration: none; }
