﻿table.borderTable, table.borderTable th, table.borderTable td, table table.borderTable, table table.borderTable th, table table.borderTable td {
 border: 1px solid green;
 padding: 1px;
}
table.noBorderTable, table.noBorderTable th, table.noBorderTable td, table table.noBorderTable, table table.noBorderTable th, table table.noBorderTable td {
 border: 0px none green;
 padding: 1px;
}
