/*Interactive Trail Map Tool Tip CSS*/

.ttip {
    padding: 10px 10px 10px 10px;
    background-color: rgba(18, 116, 36, 0.9); color: #FAF1C2;
    background-repeat: no-repeat;
    border-radius: 0.2em;
    box-shadow: 0px 0px 0.3em #777777;
}
    .ttip p {
        padding-left: 0.3em;
        font-size: 0.8em;
        line-height: 1.2em
    }
    .ttip a:link {
        color: #FAF1C2;
        text-decoration: none
    }
    .ttip a:hover {
        color: #FAF1C2;
        text-decoration: underline
    }
    .ttip a:active {
        color: #FAF1C2;
        text-decoration: underline
    }
    .ttip a:visited {
        color: #FAF1C2;
        text-decoration: none
    }
.ttip_header {
    margin: 0 auto; padding: 0px 0.3em 0px 0.3em;
    background-color: #FAF1C2;
    /*border: 1px solid #FFF;*/
    border-radius: 0.2em;
    box-shadow: inset 0 0 0.3em #777777;
}
    .ttip_header p {
        padding: 0.2em 0px 0.2em 0px;
        color: #111111;
        font-size: 0.9em
    }
