#notification-container {
    min-width: 500px;
    max-width: 500px;
    min-height: 40px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 15px;
    border-top-right-radius: 5px;
}

#notification-alerts-container {
    clear: both;
}

#notification-minimize-arrow {
    float: right;
    margin-bottom: 15px;
}

.d-contents {
    display: contents;
}
