.toast-container{width:280px;z-index:9999}* html .toast-container{position:absolute}.toast-item{height:auto;background:#fff;color:#2c3e50;font-size:13px;display:block;position:relative;margin:0 0 12px;border:1px solid #ddd;border-radius:5px;padding:25px 10px}.toast-item p{text-align:left;margin-left:50px}.toast-item-image{width:32px;height:32px;position:absolute;top:50%;margin-top:-16px;left:10px}.toast-item-image-notice{background:url(../img/notice.png)}.toast-item-image-success{background:url(../img/success.png)}.toast-item-image-warning{background:url(../img/warning.png)}.toast-item-image-error{background:url(../img/error.png)}.toast-type-notice{color:#2c3e50}.toast-type-success{color:#2c3e50}.toast-type-warning{color:#2c3e50}.toast-type-error{color:#2c3e50}.toast-position-top-left{position:fixed;left:20px;top:20px}.toast-position-top-center{position:fixed;top:20px;left:50%;margin-left:-140px}.toast-position-top-right{position:fixed;top:20px;right:20px}.toast-position-middle-left{position:fixed;left:20px;top:50%;margin-top:-40px}.toast-position-middle-center{position:fixed;left:50%;margin-left:-140px;margin-top:-40px;top:50%}.toast-position-middle-right{position:fixed;right:20px;margin-left:-140px;margin-top:-40px;top:50%}