/*
.axis .domain {
  display: none;
}
*/

/* viz1 svg background */
.viz4-svg-component {
/*   background-color: lightcyan; */
/* background-color: white; */
}

div.tooltip_v4 { 
    position: absolute; 
    text-align: left;  
/*      pointer-events: none; */
    vertical-align: middle; 
 /*   width: 300px; */          
/*    height: 150px;    */     
    padding: 4px;       
    font: 11px arial;    
    background: white; 
    border: 2px solid black;    
    border-radius: 8px;     
    pointer-events: none;
/* Needed to do this bc when set scrollBar to true in fullPage */
/* the tooltip was disappearing behind graph */     
     z-index: 10000;
}

div.tooltip2_v4 { 
    position: absolute;     
    text-align: center;   
/*      pointer-events: none;   */
    width: 150px;          
    height: 15px;         
    padding: 2px;       
    font: 12px arial;    
    background: lightsteelblue; 
    border: 0px;    
    border-radius: 8px;     
    pointer-events: none;   
    /* Needed to do this bc when set scrollBar to true in fullPage */
/* the tooltip was disappearing behind graph */  
     z-index: 10000;
    } 

