.license-expired-alert {
  position: fixed;
  right: 55px;
  bottom: 40px;
  z-index: 9999;
  color: white;
  text-shadow: 0 0 2px black;
  pointer-events: none;
  font-family: sans-serif;
  line-height: 1.3;
  opacity: 0.7;
}
.license-expired-alert__title {
  font-size: 18px;
  letter-spacing: 1px;
}
.license-expired-alert__body {
  font-size: 15px;
}