table.inputform > tbody > tr{
    border-bottom:none;
}

table.inputform > tbody input[name^="email"]{
    width: calc(30rem * 0.7);
}

table.inputform > tbody > tr > td > div:not(:last-child) {
    margin-bottom: 0.2rem;
}

div.outerbox table.inputform > tfoot td {
    padding:0.7rem 0.7rem;
}
