#htmlModal {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Tooltip styling */
.popover {
  z-index: 1000;
  background: white;
}
:fullscreen .popover {
  margin-top: -70px;
}
#tooltip .popover-title {
  font-size: 16px;
  padding: 8px 14px;
  margin: 0px;
  line-height: 20px;
  top: 0px;
}
#tooltip .popover-content {
  font-size: 12px;
  border: 1px solid gray;
}
#tooltip .popover-content .td {
  border: 1px solid gray;
  max-height: 20px;
}
#tooltip .arrow {
  background-color: white;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  transform: translate(-5px, 60px) rotateZ(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
}

.popover-content {
  padding: 9px 14px;
}


.klchart {
  overflow: hidden;
}

#tooltip {
  background: white;
  border: black;
  transition: opacity 0.3s ease;
}