@charset "UTF-8";/* CSS Document *//* Form's Table css */div.data-table-wrapper {margin: none;width: auto;}table.data-table {font-size: 1em;padding: 5px;color: #000;line-height: normal;border: 1px solid #CCC;width: 100%;}/*Data Table CSS3 Properties*/table.data-table {background-color: rgba(78,109,153,.2);-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}table.data-table th {background-color: transparent;font-weight: normal;text-align: left;padding: 5px;border: 0;}table.data-table td {border: 1px solid #999;text-align: left;padding: 2px;background-color: rgba(205,192,177,.65);color: #000;}.thead {background-color: rgba(102,153,153,.2);}.transparent {background-color: transparent !important;}/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/@media only screen and (min-width: 0px) and (max-width: 400px) {th, td, tr {display: block;text-align: left;width: auto;}td:before {display: block;font-weight: bold;}}