#notifications {
  position: fixed;
  right: 0px;
  top: 0px;
}

#notifications-container {
  height: calc(100% - 50px);
  width: 420px;
  position: fixed;
  top: 50px;
  right: 0px;
  background-color: rgba(97, 102, 104, 0.78);
  z-index: 1000;
  padding: 5px;
  overflow-y: scroll;
}

#notifications .button {
  display: inline-block;
  float: right;
  height: 50px;
}

#notifications .button img {
  padding: 5px;
}
