
#vis {
    width:100%;
    /* height:100%; */
    float:right;
    display:block;
    font: 10px sans-serif;
  }

  div.tooltip {
    position: absolute;			
    text-align: center;
    width: 150px;								
    padding: 2px;				
    font: 12px sans-serif;
    display: table;		
    background-color: lightgrey;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}
svg {
	width: 100%;
	height: 100%;
}
