
body {
    margin: 0;
    padding: 0;
}
#mapview {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
#info {
    position: fixed;
    bottom: 36px;
    left: 10px;
}
a {
    color: rgba(255,128,0,1);
    text-decoration: none;
}
#info,
.marker {
    color: rgba(255,128,0,1);
    font-weight: bold;
    background-color: rgba(0,0,0,0.8);
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid rgba(255,128,0,1);
    border-radius: 20px;
    border-top-left-radius: 0;
    cursor: pointer;
}
i.icon {
    color: rgba(255,128,0,1);
    font-size: 1.4em;
    text-shadow: -3px 3px 2px black;
}
#interface {
    position: fixed;
    top: 20px;
    left: 20px;
}
#searchQuery {
    font-size: 1.4em;
    color: rgba(255,128,0,1);
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    border: 1px solid rgba(255,128,0,1);
    border-radius: 10px;
}
