/*
   ------------------------------------------------------------
   Popup component
   ------------------------------------------------------------
*/

.popupBubble {
    background-color:white;
    color: black;
    border: 2px solid #ff6600;
    font-size:9pt;
    padding: 5px;
    position: absolute;
}

.popupBubble table {
    font-size:10pt;
    
}

.popupSign{
  font-weight: bold;
  font-size: 10pt;
  }


/*
   ------------------------------------------------------------
   End popup component
   ------------------------------------------------------------
*/
