.notify{position:fixed;padding:20px;color:#fff}
.notify[data-position="bottom"]{right:0;left:0;bottom:0}
.notify[data-position="top"]{right:0;left:0;top:0}
.notify[data-position="right"]{right:0;bottom:0;top:0;max-width:300px}
.notify[data-position="left"]{left:0;top:0;bottom:0;max-width:300px}
.notify[data-notify='success']{background:#EB8C00}
.notify[data-notify='info']{background:#EB8C00}
.notify[data-notify='error']{background:#EB8C00}
.notify[data-notify='default']{background:#EB8C00}
.notify .notify-close{cursor:pointer;position:absolute;right:0;top:0;color:#fff;padding:10px 15px;font-size:20px;text-decoration:none}
.notify h1{margin:5px 0 10px 0;font-weight:bold;color: #fff;font-size: 1.5em;font-family: Georgia;}
.notify-content {  font-family: courier new;font-size: 1.3em;}
pre {
white-space: pre-wrap;
word-wrap: break-word;
} 