/** Overwrite **/
form .table {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

form .table tr td {
    width: auto!important;
}

form .table input[type=text] {
    border: 1px solid #838485;
}