#dispatched {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.mestit > a {
    color: gold;
    font-weight: bold;
    text-decoration: none;

}
.notification-alarm {
  max-height: 100px;
  max-width: 660px;
  background-color: rgba(2, 2, 2, 0.63);
  color: white;
  border-radius: 5px;
  margin: 5px;
  text-align: justify;
}

.notification-alarm>img {
  margin:0 10px;
}
.notification-body {
  display: inline-block;
  max-width: 500px;
  margin: 10px 10px 10px 0px;
}

.notification-close {
  display: inline-block;
  margin: 1px 5px 0px 0px;
  vertical-align: top;
  padding: 3px;
  float: right;
}
.notification-close:hover {
  cursor: pointer;
}
