﻿.tmxx-btn-sat button {
    background-image: url('https://cdn.trackmaxx.ch/maps/icons/photo.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.tmxx-btn-nosat button {
    background-image: url('https://cdn.trackmaxx.ch/maps/icons/nophoto.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.tmxx-btn-rulerenable button {
    background-image: url('https://cdn.trackmaxx.ch/maps/icons/ruler.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.tmxx-btn-rulerdisable button {
    background-image: url('https://cdn.trackmaxx.ch/maps/icons/rulerdisabled.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.tmxx-btn-leg button {
    background-image: url('https://cdn.trackmaxx.ch/maps/icons/info.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.tmxx-btn-ep button {
    background-image: url('https://cdn.trackmaxx.ch/maps/icons/terrain.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.tmxx-icon{
    z-index:10;
}


#tmxx-ruler-distance{
    position:relative;
    top:20px;
    right:10px;
    font-size:30px;
    border:1px solid black;
}