.custom-tooltip .custom-tooltip-box {
    /*width: 220px;
    background-color: #EEE;
    padding: 7px;
    position: absolute;
    
   
    height: auto;
   */
    line-height: 16px;
    border-width: 1px;
    color: #333;
    border-width: 1px;
    border-color: blue;
    padding: 7px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius: 6px;
    background-color: #eeeeee;
    z-index: 99;
    position: absolute;
    display: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    border: 1px solid rgba(52,69,91,.59);
}

    .custom-tooltip .custom-tooltip-box .custom-tooltip-header {
        background-color: #353535;
        color: White;
        font-family: Verdana,Helvetica,sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        height: 25px;
        padding:5px;
    }

        .custom-tooltip .custom-tooltip-box .custom-tooltip-header h2 {
            color: #EEE;
            font-size: 11px;
            margin: 0;
            padding: 5px;
            text-align: center;
        }

    .custom-tooltip .custom-tooltip-box .custom-tooltip-contant {
        clear: both;
        color: #2F4F4F;
        font-size: 12px;
        height: auto;
        padding: 2px 0px;
        width: 100%;
        text-align: justify;
    }

        .custom-tooltip .custom-tooltip-box .custom-tooltip-contant span {
            font-weight: normal;
        }

a.custom-tooltip-picker {
    color: black;
}

    a.custom-tooltip-picker:hover {
        text-decoration: underline;
    }
