﻿.notification-banner {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.notification-banner .notification-banner-content {
  padding: 10px;
}
.notification-banner .notification-banner-content .button-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.notification-banner .notification-banner-content .button-container button {
  border: none;
  min-width: 100px;
  outline: none;
  padding: 3px 5px;
}
