#toast{bottom:30px;visibility:hidden;position:fixed;text-align:center;z-index:999;width:100%}#toast .message{padding:10px 16px;color:#fff;-webkit-border-radius:2px;border-radius:2px;background-color:#d60b52;font:400 1.8rem/4rem 'Trebuchet MS',Trebuchet,Arial,sans-serif}html.urbanana #toast .message{color:#000;background-color:#fee100}#toast.visible{visibility:visible}@-webkit-keyframes toastFadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes toastFadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes toastFadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes toastFadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}