body {
    margin: 0;
    padding: 0;
}

#mapid {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.navarrow{
	font-size: 1.5em;
}

#pannelid {
    z-index: +1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.text-labels {
    font-size: 1.5em;
    font-weight: 700;
    /* Use color, background, set margins for offset, etc */
    background: rgba(255,255,255,0.7);
    padding: 10px;
    height: 30px;
    width: 100px;
}
.my-custom-control {
    font-size: 16px;
    background: #4CAF50;
    color: white;
}
.my-custom-control a {
    color: white;
    padding: 3px 12px;
    text-decoration: none;
    cursor: pointer;
}

