table.tspro-form-table{
    margin: 20px 0 0 0;
    border: 1px solid lightgray;
    border-collapse: collapse;
    width: 100%;
}

table.tspro-form-table tr td:first-child{
    font-weight: 700;
    width: 200px;
}

table.tspro-form-table tr td{
    padding: 10px 15px 10px 15px;
}

table.tspro-form-table tr:nth-child(even){
    background: white;
}

table.tspro-form-table tr:nth-child(odd){
    background: #f9f9f9;
}

table.tspro-form-table thead tr{
    background: white;
    border: 1px solid lightgray;
}

table.tspro-form-table input[type=text],table.tspro-form-table input[type=password],table.tspro-form-table textarea{
    width: 400px;
}

table.tspro-form-table textarea{
    height: 150px;
}

span.tspro-error{
    color:red;
}

span.green_text{
    color:green;
}

span.strong_text{
    font-weight: 800;
}

a.no_underline{
    text-decoration: none;
}

table.tspro-listing-table{
    margin: 20px 0 0 0;
    border: 1px solid lightgray;
    border-collapse: collapse;
    width: 100%;
}

table.tspro-listing-table thead{
    font-weight: 800;
}

table.tspro-listing-table thead td{
    border-bottom: 1px silver solid;
}

table.tspro-listing-table tr td{
    padding: 10px 15px 10px 15px;
}

table.tspro-listing-table tr:nth-child(even){
    background: white;
}

table.tspro-listing-table tr:nth-child(odd){
    background: #f9f9f9;
}

.display-none {
    display: none;
}