﻿
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }



.heyo:hover, .heyo:active {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



.popup-funding-text {
    color: #323a45;
    font-family: "Merriweather", serif;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.popup-content {
    color: #323a45;
    font-family: "Merriweather", serif;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
}

.popup-funding-text:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 250px;
    height: 1px;
    width: 80%; /* or 100px */
    border-bottom: 2px solid #cecfdb;
    margin: 0 auto;
    padding: 4px 0px;
}

.enabled {
    cursor: pointer;
}

.L_enabled {
    cursor: pointer;
}

.description {
    pointer-events: none;
    position: absolute;
    font-size: 12px;
    text-align: center;
    background: white;
    padding: 8px 8px;
    z-index: 5;
    height: auto;
    width: auto;
    line-height: 15px;
    margin: 0 auto;
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    
}

    .description.active {
        display: block;
    }

    .description:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
    }
