.datacard table { width: 100%; } .datacard tr { } .datacard th { background-color: #f3eded; width: 100px; text-align: center; } .datacard td { width: 200px; } .datacard_group { height: 20px; } .datacard_cell { height: 32px; } .datacard th, .datacard td{ border: 1px solid #dcc7c7; } .datacard input { width: 98%; height: 100%; border: none; padding-left: 2%; } .datacard select { width: 100%; height: 100%; border: none; padding-left: 5%; } .datacard_value_editor { position: absolute; left: 0px; top: 0px; right: 28px; bottom: 1px; } .datacard_value_validator { position: absolute; right: 0px; top: 0px; width: 28px; height: 100%; padding-top: 5px; cursor: pointer; } .datacard_title { margin-top: 3px; margin-left: 20px; height: 20px; font-style: italic; text-align: left; } .datacard_title_img { height: 18px; float: left; margin-right: 5px; }