

#android_toast_container{width:100%;position:fixed;bottom:5%;left:0}#android_toast{width:40%;margin-left:auto;margin-right:auto;background-color:#db0808;color:#f5f5f5;font-size: 16pt;padding:10px;border-radius:4px;-webkit-border-radius:4px;opacity:.95;text-align:center;font-family:Roboto,sans-serif}#android_toast em{color:#51b4d2;font-weight:700;font-style:normal}.android_toast_top{top:30%;bottom:auto!important}.android_toast_fadein{animation:android_toast_fadein 1s ease;-webkit-animation:android_toast_fadein 1s ease}.android_toast_fadeout{animation:android_toast_fadeout 1s ease;-webkit-animation:android_toast_fadeout 1s ease;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}@keyframes android_toast_fadein{from{opacity:0;-webkit-opacity:0}to{opacity:.95;-webkit-opacity:.95}}@-webkit-keyframes android_toast_fadein{from{opacity:0;-webkit-opacity:0}to{opacity:.95;-webkit-opacity:.95}}@keyframes android_toast_fadeout{from{opacity:.95;-webkit-opacity:.95}to{opacity:0;-webkit-opacity:0}}@-webkit-keyframes android_toast_fadeout{from{opacity:.95;-webkit-opacity:.95}to{opacity:0;-webkit-opacity:0}}