table.form_fields_table
{
    text-align: left;
    padding: 0px;
    /*font-size: 12pt;*/
    font-style: normal;
    margin: 0px;
    border-spacing: 0px;


    border-left: none;
    border-right: none;

    border-collapse: collapse;

    border-top-style: solid;
    border-top-color: #a0a0a0;
    border-top-width: 1px;

    border-bottom-style: solid;
    border-bottom-color: #a0a0a0;
    border-bottom-width: 1px;


}
table.form_fields_table tr th {
    font-weight: normal;
    background-color: #ececec;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    white-space: nowrap;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: #f0f0f0;
    border-bottom-width: 1px;
}

table.form_fields_table tr td {
    font-weight: normal;
    background-color: #f8f8f8;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    white-space: normal;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: #ececec;
    border-bottom-width: 1px;
}



table.form_fields_table tr:last-child th {
    border-bottom-style: none;
}



table.form_fields_table tr:last-child td {
    border-bottom-style: none;
}




/*# sourceMappingURL=form_fields_table.css-57c1be429a6dbbd5de4d211df39efd71584c80900a1d2ec2219493c77ec5aa1b.map */
