#uni-notification.fixed {position:fixed;z-index:999;width:100%;bottom:10px}
#uni-notification .wrapper {padding:15px;border-radius:6px}
#uni-notification.fixed .wrapper {border:solid 1px rgba(0, 0, 0, .1);box-shadow:0 4px 10px rgba(0, 0, 0, .15)}
#uni-notification .modal-body{padding:0;border-radius:6px}
#uni-notification .text a{text-decoration:underline}
#uni-notification .buttons {margin:10px 0 0;padding:10px 0 0 ;text-align:right;border-top:dotted 1px rgba(0, 0, 0, .2)}
#uni-notification .buttons .btn + .btn {margin:0 0 0 10px}