table {
    width: 100%;
}

table tbody > tr > th {
    font-size: 1.5em;
    padding: 2.5rem 0;
    border-bottom: 0.2rem solid #e5e7eb;
}

table > tbody > tr > td {
    color: gray;
    padding: 2.5rem 0;
    border-bottom: 0.2rem solid #e5e7eb;
}

#business_registration_register_submit {
    margin: 2vh 0;
}

tbody > tr > td:first-child {
    color: black;
    font-weight: bold;
}