.klchart {
  overflow: hidden;
}
  
/* Annotation styling */
.annotation {
  background: #ffffff;
  pointer-events: none;
}

.annotation-title {
  background-color: #FEA95E;
  border: 1px solid #808080;
  border-bottom: none;
  font-size: 14px;
  padding: 8px 14px;
  margin: 0px;
  line-height: 20px;
  top: 0px;
}

.annotation-content {
  border: 1px solid #808080;
  font-size: 12px;
  padding: 8px 14px;
}

.annotation .arrow {
  background: #ffffff;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  transform: translate(-5px, 39px) rotateZ(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
}
  
.annotation .close-button {
  background-color: #FEA95E;
  height: 15px;
  width: 15px;
  padding: 0px 0px;
  line-height: 17px;
  float: right;
  pointer-events: all;
}

.annotation .fa-times {
  color: #000000;  
}
