table,
th,
td {
    border: 1px solid black;
}

#save-file {
    width: 25vw;
    height: 10rem;
}

#export-save {
    width: 25vw;
    height: 10rem;
}

.topcorner {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.currency {
    text-align: right;
}

.changelog {
    font-size: 0.85rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.changelog-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.item-input {
    width: 4rem;
}