@font-face{font-family:Roboto;src:url('Roboto-Regular.ttf')}@font-face{font-family:RobotoBold;src:url('Roboto-Bold.ttf')}#toastBg{position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.6);animation:.3s loadBg;transition:.3s}@keyframes loadBg{from{opacity:0}to{opacity:1}}#toastBody{position:relative;min-width:400px;width:400px;min-height:150px;border-radius:15px;background-color:#fff;margin:30px auto auto;animation:.5s loadBody}@keyframes loadBody{from{opacity:0;margin-top:150px}to{opacity:1;margin-top:30px}}#toastClose{width:25px;height:25px;background-color:#ddd;position:absolute;right:5px;top:7px;border-radius:50%;font-family:Arial;text-align:center;line-height:25px;color:#fff;transition:.3s}#toastClose:hover{background-color:#c00;cursor:pointer}#toastTitle{width:375px;padding-left:25px;padding-bottom:5px;min-height:30px;padding-top:10px;line-height:20px;background-color:#eee;border-radius:15px 15px 0 0;font-family:RobotoBold;font-size:20px}#toastText,#toastTextFull{width:380px;padding:10px;font-family:Roboto}