#formbox {
    display: block;
    text-align: center;
}

#mainform {
    max-width: 800px;
    padding: 10px;
    display: inline-block;
    background-color: rgb(0, 124, 130, 0.25);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#mainform tr, #mainform tbody, #mainform td {
    background-color: transparent !important;
    border: none;
}

#mainform table {
    border: none;
}

.formTable input, .formTable select {
    display: inline-block !important;
    width: inherit !important;
}

.formTable input[type='file'] {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    color: black;
    border-bottom: none;
}

.formTable input[type='number'] {
    max-width: 100px;
}

.formTable td:first-child {
    width: 15em;
}

.formTable td, .formTable th {
    padding: 0;
}

#formsubmit {
    float: right;
}