.b-tooltip{border:3px solid #fff;display:inline-block;font-size:.875em;padding:.75em;position:absolute;text-align:center}
.b-tooltip-light{background:#eaeaea;background:linear-gradient(to bottom, #fdfdfd 0%, #eaeaea 100%);box-shadow:0px 0px 6px 2px rgba(110,110,110,0.4);color:#242424}
.b-tooltip-dark{background:#242424;background:linear-gradient(to bottom, #6e6e6e 0%, #242424 100%);box-shadow:0px 0px 6px 2px #6e6e6e;color:#fff}

.wrap{margin:0 auto;width:800px}

.tooltip_base{
    background:#ffe4e1;
    border:1px dotted grey;
    display:inline-block;
    padding:5px
}

.PROTECTED_HEALTH_INFORMATION_tooltip{
    background-color: black;
}

.ANATOMY_tooltip{
    background-color: #fcb8ec;
}

.MEDICAL_CONDITION_tooltip{
    background-color: #fcb8b8;
}

.MEDICAL_CONDITION_NEGATION_tooltip{
    background-color: #d5fcb8;
}

.MEDICATION_tooltip{
    background-color: #fcfab8;
}

.TEST_TREATMENT_PROCEDURE_tooltip{
    background-color: #b8cbfc;
}

.TIME_EXPRESSION_tooltip{
    background-color: #B0C4DE;
}