#toast-container {
    top: 80px;  /* top bar height */
    right: 0px;
    margin: 16px;
}
#toast-container > .toast-error,
#toast-container > .toast-info,
#toast-container > .toast-success,
#toast-container > .toast-warning {
    background-image: none !important;
}
.toast {
    padding: 16px !important;
}
@media (min-width: 768px) {
    .toast {
        width: auto !important;
        max-width: 450px;
    }
}
.toast-message a,
.toast-message a:hover {
    text-decoration: underline;
}
