.button-strip {
    position: absolute;
    top: 24px; right: auto; bottom: auto; left: 39px;
    width: 112px;
    height: 23px;
    border-radius: 5px;
    display: flex;
    padding: 1px;
}

.strip-button {
    border-radius: 5px;
    background-color: white;
    border: 1px solid #7b98bc;
    color: #7b98bc;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    transition: background-color .4s linear, color .2s linear;
    cursor: pointer;
}

.strip-button span {
    color: inherit;
}

.strip-button-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #7b98bc;
    margin: 0px;
    padding: 0px;
}

.active-strip-button {
    border-radius: 5px;
    background-color: #7b98bc;
    color: white;
}

#MapControlbutton{
    position: absolute;
    top: 47px; right: auto; bottom: auto; left: 39px;
    width: 112px;
    height: 23px;
    border-radius: 5px;
    display: flex;
    padding: 1px;
}
#MapColorButton{
    position: absolute;
    top: 1px;
    right: auto;
    bottom: auto;
    left: 121px;
    width: 57px;
    height: 23px;
    border-radius: 5px;
    display: flex;
    padding: 1px;
    background-color: rgba( 255, 255, 255, 0.0 );
    border: none;
}