.callout {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  width: 300px;
  z-index:100;
}

.callout-header {
  padding: 10px 10px;
  background: #555;
  font-size: 20px;
  color: white;
}

.callout-container {
  padding: 10px;
  background-color: #ccc;
  color: black
}

.callout-container p {
  font-size:16px;
}

.callout.hidden {
display: none;
}

.callout-container p {
    margin: 0;
}
.callout-container p a {
  color:#620fe9;
}

.callout .closebtn {
  position: absolute;
  top: 2px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.callout .closebtn:hover {
  color: lightgrey;
}