/* Style the new user link */ .new_user_link { justify-content:flex-end; margin-left:10px; margin-right:0; margin-top:auto; margin-bottom:auto; #CD1CEE } /* START CSS to ensure page is fully loaded before displaying body. JS in Global Code toggles it on */ body { visibility: hidden; } body.show { visibility: visible; } /* END CSS to ensure page is fully loaded before displaying body. JS in Global Code toggles it on */