#resources-table table {
    border-collapse: collapse
}

#resources-table th,
#resources-table td {
    padding: var(--p1);
    border: 1px solid var(--light-grey);
    text-align: center;
}

#resources-table th {
    background-color: var(--white);
}

form.trade-form {
    line-height: 4ex;
}