.tooltip-r {
    padding-left: 14px;
    display: none;
}

.tooltip-label {
    position: absolute;
    z-index: 2000;
    display: inline-block;
    overflow: visible;
    background: transparent;
}

.tooltip-connector {
    left: 0;
    background: url("../img/connectorLeftArrow.gif") no-repeat top left;
    width: 16px;
    height: 14px;
    position: absolute;
    border: 0;
    z-index: 2100;
    /*top: 10.2px;*/
}

.tooltip-container {
    background: #ffffff url("../img/tooltipBg.gif") repeat-x bottom left;
    border: 1px solid #7eabcd;
    padding: 0.45em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: black;
    font-size: small;
    text-align: left;
}

.tooltip {
    position: absolute;
}

.connector {
    padding: 0.25em;
    display: inline-block;
}