﻿
.explainMe {
    background: #eee;
    cursor: pointer;
}

.tooltip {
    display: none;
    position: absolute;
    padding-top: 15px;
    margin-top: -12px;
}
.tooltip.tt-visible {
    display: block;
}

.tooltip .content {
    max-width: 260px;
    background: #fdfdfd;
    text-align: left;
    padding: 12px;
    position: relative;
    z-index: 999;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);    
    border-radius: 4px;
    behavior: url("/Styles/polyfills/PIE.htc")
}

.tooltip .bubblePoint {
    width: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    z-index: 999;
    color: #fdfdfd;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    text-shadow: 0 4px 5px rgba(0,0,0,0.2);
    behavior: url("/Styles/polyfills/PIE.htc")
}