﻿.notification-manager-notification-container div.label {
  display: none;
}
.notification-manager-notification-container .all-notifications {
  max-height: 450px;
  overflow: auto;
}
.notification-manager-notification-container .all-notifications .upload-logs,
.notification-manager-notification-container .all-notifications .clear-notifications {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  font-size: 16px;
}
.notification-manager-notification-container .all-notifications div {
  text-align: center;
}
.notification-manager-notification-container .all-notifications .alert {
  padding: 5px 25px 5px 5px;
  margin: 2px 2px;
  border-radius: initial;
  font-size: 12px;
}