.maptitle p{
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 12px;
    margin-bottom: 7px;
}
.maptitle a{
    color: #737f8D;
    font-size: 12px;
    text-decoration: none;
}

.maptitle a:hover{
    color: #FFFFFF;
}

.mapfooter a{
    color: #FFFFFF;
}
webmap

.mapfooter{
    color: #FFFFFF;
}

.webmap p{
    color: #8596B5;
    font-weight: bolder;
    font-size: 20px;
}

.webmap a{
    color: #000000 ;
    outline: none;
    text-decoration: none;
}

.webmap a:hover{
    color: #737f8D ;
}

.box{
    display: inline-block;
    width: 200px;
    height: 100px;
    margin: 1em;
}

.tips .foottiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 5;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    margin-bottom: 20px;
}

.tips:hover .foottiptext {
    visibility: visible;
}
