.map-terrain-toggle-container{
    position: absolute; 
    bottom: 10px;
    right: 10px;
    z-index: 1000000; /* Should work */
    background-color: white;
    margin: 10px;
    padding: 0 20px;
    padding-top:10px;
    padding-bottom:5px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(0,0,0,.1);
    opacity: 0.8;
}