.pin {
        display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
        position: absolute;
        background: url(plusrd.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
}

.tooltip-up:hover, .tooltip-down:hover {
        background-position: -32px 0;
}

.tooltip {
    display: none;
    background-color: #FFFFFF;    
    border: 1px solid #CCCCCC;
    color: #000000;
    font-size: 13px;    
    margin-left: -76px;
    margin-top: 32px;
    padding: 5px 8px;
    position: absolute;
    text-align: left;
    width: 180px;
    z-index: 999;
}

.tooltip::after {
       border-bottom: 10px solid #CCCCCC;
       border-left: 10px solid transparent;
       border-right: 10px solid transparent;
    content: "";
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: -10px;
}

.tooltip-down .tooltip {
        bottom: 12px;
        top: auto;
}

.tooltip-down .tooltip::after {
        bottom: -10px;
        top: auto;
        border-bottom: 0;
        border-top: 10px solid #ffdb90;
}

.tooltip h2 {
        font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
        margin: 0 0 10px;
}

.tooltip ul {
        margin: 0;
        padding: 0;
        list-style: none;
}