.notify-container{min-width:200px;width:auto;z-index:9999;}
* html .notify-container{position:absolute;}
.notify-position-top-left{position:fixed;left:20px;top:20px;}
.notify-position-top-center{position:fixed;top:20px;left:50%;margin-left:-140px;}
.notify-position-top-right{position:fixed;top:20px;right:20px;}
.notify-position-middle-left{position:fixed;left:20px;top:50%;margin-top:-40px;}
.notify-position-middle-center{position:fixed;left:50%;margin-left:-140px;margin-top:-40px;top:50%;}
.notify-position-middle-right{position:fixed;right:20px;margin-left:-140px;margin-top:-40px;top:50%;}
.notify-position-special{position:fixed;right:4px;top: 4px;}
