#mapbackground{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#mapbackground:active{
    cursor: grabbing;
}
@keyframes barbgslideout {
    from {width: 0%;}
    to {width: 25%;}
}
@keyframes barslideout {
    0% {opacity: 0%;}
    99% {opacity: 0%;}
    100% {opacity: 100%;}
}
@keyframes barbgslidein {
    from {width: 25%;}
    to {width: 0%;}
}
@keyframes barslidein {
    0% {opacity: 100%;}
    99% {opacity: 100%;}
    100% {opacity: 0%;}
}
#sidebarbg{
    width: 0%;  
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    outline-width: 10px;
    outline-style: inset;
    background-color: aliceblue;
    opacity: 0.75;
}
#sidebar{
    width: 25%;  
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    opacity: 0%;
}
#icons{
    word-wrap: normal;
}
.mapnameicon{
    max-width: 15%;
    width: max-content;
    position: fixed;
    user-select: none;
    -webkit-user-select: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    -webkit-text-stroke: 1.5px black;
    font-size: larger;
    text-align: center;
}
.interesticon{
    max-width: 100px;
    width: max-content;
    position: fixed;
    user-select: none;
    -webkit-user-select: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    -webkit-text-stroke: 0.4px rgb(0, 0, 0);
    font-size: 0.7em;
    text-align: center;
    cursor: pointer;
}
.interesticon:hover{
    text-decoration: underline;
}
.debug{
    position: fixed;
    right: 0;
    min-width: 25%;
    bottom: 0;
    background-color: aliceblue;
}
.mapbutton{
    position: fixed;
    user-select: none;
    -webkit-user-select: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    -webkit-text-stroke: 1.5px black;
    font-size: large;
}
.mapstreetname{
    position: fixed;
    user-select: none;
    -webkit-user-select: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    -webkit-text-stroke: 1.5px black;
    font-size:medium;
}
body, html{
    overflow: hidden;
}
.tile{
    height: 0;
    width: 0;
}