.notification-container:not(:last-child) {
    border-bottom: solid 0.5px lightgray;
    padding-bottom: 10px;
}

.notification-header {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 5px;
}

.notification-footer {
    padding-top: 10px;
    text-align: center;
}

button.confirm-read-notification {
    margin-left: 5px;
}

#document-location-reminder {
    font-style: italic;
    font-size: smaller;
    margin-top: 15px;
}

#user-notification-container {
    text-align: center;
}

#user-notification-container > a#show-ui-notifications {
    width: 100%;
    transition-duration: 0.5s;
}

#user-notification-container > button.has-notifications {
    transition-duration: 0.5s;
    font-weight: bold;
}

.notification-container:not(:first-child)  {
    margin-top: 20px;
}

/*# sourceMappingURL=uiNotification.css.map*/