/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 29, 2019, 2:01:19 PM
    Author     : doglas
*/

text {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.d3-tip {
    position: absolute;
    background-color: white;
    max-width: 450px;
    height: auto;
    padding: 5px;
    border-style: solid;
    border-radius: 6px;
    border-width: 2px;
    box-shadow: 4px 4px 13px rgba(0, 0, 0, .5);
    pointer-events: none;
    font: 25px sans-serif;
    color: black;
}