/*
==============================================================================

(c) 2014-2015 by Beck IPC GmbH, http://www.beck-ipc.com

==============================================================================

Module:
    tooltip.css

Function:
    CSS file for tooltips.


==============================================================================

$Id$

==============================================================================
*/

.myTooltipClass .qtip-content {
    font-size: 12px;
    line-height: 1.5;

    /* following two lines for a scrollbar */
    max-height: 230px;
    overflow-y: auto;
}