input {
    width: 100%;
}

table {
    min-height: 10rem;
    table-layout: fixed;
    width: 100%
}

table th:first-child {
    width: 75%
}

table th:last-child {
    width: 25%
}
