
.tooltip-control .panel {
  
  background: lightyellow;

  display: relative;
  min-width:  200px;
  /* height: 200px;  */
  border: solid 1px black;
  border-radius: 5px;
  padding: 5px;

  pointer-events: all;
  user-select: text;
}


.tooltip-control .tooltip-table {
  padding: 0px;
  /* font-size: 8pt; */
}

.tooltip-control .tooltip-table tr { 
  line-height: 14px; 

}