Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Style
.divdTable {
	display: table; 	
	width: 100%;
}

.divdTableBody {
	display: table-row-group;
}

.divdTableRow {
	display: table-row; 
	box-shadow: 0px 0px 3px 0px rgb(18 71 62 / 38%);
}

.divdTableCell {
display: table-cell; 
padding: 2px 0px;
}

.divdTableCellFirst{
	display: table-cell; 
	padding: 3px 10px; 
	vertical-align: top; 
	width: 30%; 
	max-width: 200px;
}