.tip {
  .x-panel-inner-tooltip {
    background: #e67e22;
    padding: 10px;
  }
}

.tip-title {
  padding: 8px;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 8px;
  background: #d35400;
  font-size: 16px;
  height: 30px;
  font-weight: bold;
}

.tip-symbol {
  font-weight: bold;
}

.tip-company {
  font-weight: bold;
}