.component-hint {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 300px;
  padding: 10px;
  border-radius: 4px;
  background: #000000;
  z-index: 10000;
  border: 1px solid #ffffff;
}
.component-hint .component-hint-content {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  font-family: "Arial", sans-serif;
}
.component-hint .component-hint-content p {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.component-hint .component-hint-content p:last-child {
  padding-bottom: 0 !important;
}
.component-hint .component-hint-content div {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

/*# sourceMappingURL=hint.css.map */
