/* Top-right notify tweaks */
.bootstrap-notify { z-index: 1060; }
.bootstrap-notify .alert { position: relative; padding-right: 3rem; border-radius: .6rem; }
.bootstrap-notify .alert .close { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); opacity: .85; line-height: 1; }
.bootstrap-notify .alert .close:hover { opacity: 1; }
[data-notify="container"] + [data-notify="container"] { margin-top: 10px; }
