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