#local-mode {
    position: fixed;
    top: calc(100% - 35px);
    left: calc(100% - 55px);
    color: red;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    opacity: 0.8;
    font-weight: bold;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont;
}