/* Restores the browser's standard cursor and normal link/button pointer. */
body { cursor: auto !important; }
a, button { cursor: pointer !important; }
