.toast-notification-container {
    z-index: 9999;
    position: absolute;
    top: 1em;
    right: 50%;
    width: 966px;
    height: 637px;
    margin-right: -483px;
    list-style-type: none;
    pointer-events: none;
}
.toast-notification-container .item {
    display: table;
    margin: 0 0.5em 0.5em auto;
    pointer-events: all;
    opacity: 0;
    min-width: 15em;
    padding-bottom: 0;
    border-color: #2e6e9e;
    border-width: 2px;
    background-color: #d9edf7;
}
.toast-notification-container .item .heading {
    display: inline-block;
    padding-bottom: 9px;
    font-weight: bold;
}
.toast-notification-container .item .message {
    margin: 0 -9px 0 -9px;
    padding: 6px 10px 6px 10px;
    color: black;
    background-color: #fff;
    border-radius: 0;
}
