
.close.alert-close {
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  cursor: pointer;
  width: 26px;
  height: 26px;
  padding: 3px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 4px;
}

.highlight {
  border-top: 1px solid black;
}

.highlight.alert-type-success {
  background: #00F04C;
  color: #000000;
}

.highlight.alert-type-alert {
  background: #ffc828;
}

.highlight.alert-type-danger {
  background: #FF1616;
  color: #FFFFFF;
}

.disclaimer {
  position: relative;
}
