.coord-label {
    margin-right: 4px;
}

.coord-input {
    width: 65px;
    text-align: right;
}

/* Spinner-Pfeile ausblenden (WebKit/Blink) */
.coord-input::-webkit-outer-spin-button,
.coord-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Spinner-Pfeile ausblenden (Firefox) */
.coord-input[type=number] {
    appearance: textfield;
}