@import url("form.css");



/* ********************************** */
/* AUSGABE */
.all {
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all input {
    width: auto;
}

.all table {
    width: 90vw;
    font-size: 20px;
    height: auto;
}


/* LINK VERKÜRZEN */
.link {
    max-width: 220px;
    width: 220px;
    max-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
