.copyright
{
    position:absolute;
    left: 5px;
    bottom: 5px;
    background-color: white;
    border: solid 1px lightgray; /* in mapFurniture.css? - see coordinate */
    padding: 1px;
    color: gray;
    opacity: 0.5;
    font-size: 10px; /* reduced from "default" 12px */
}
    
.copyright:hover {
    opacity: 1;
}