.acceptReferral-valueChanged {
  border: 2px solid red;
  margin-bottom: 1px;
  margin-top: 1px;
}

.acceptReferral-valueChangedTooltip body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}

.acceptReferral-valueChangedTooltip .container {
  background-color: black;
  line-height: 1.5;
  margin: 1rem;
  padding: 40px 25px;
}

.acceptReferral-valueChangedTooltip abbr {
  font-style: italic;
  position: relative;
}

  .acceptReferral-valueChangedTooltip abbr:hover::after {
    background: #add8e6;
    border-radius: 4px;
    bottom: 100%;
    content: attr(title);
    display: block;
    left: 100%;
    padding: 1em;
    position: absolute;
    width: 280px;
    z-index: 1;
  }

.mytooltip {
  padding: 8px;
  background: #00D500;
  position: absolute;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  font-size: 13px;
  white-space: pre-line;
  border-radius: 10px;
}

  .mytooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    bottom: 26px;
    color: #ff4d55;
    content: attr(title);
    right: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
  }

  .mytooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    right: 50%;
    position: absolute;
    z-index: 99;
  }

.mytooltiptest {
  background-color: green;
  color: #ff4d55 !important;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 50px;
  text-align: center;
  font: bold 14px;
  font-stretch: condensed;
  text-decoration: none;
  box-shadow: 0 0 10px black;
}
