/*!
 -- SECTION -- object_datatable.css -- 
*/
.data_decimal { text-align: right; }
td.data_decimal { width: 15%; }
.data_price { width: 40%; text-align: right; }
.data_range, th.data_name { text-align: left; }
.data_table { width: 100%; margin: 10px 0; }
#MapColumns table.data_table { margin-bottom: 0; }
.data_table td { padding: 5px 0; border-width: 0 0 1px; border-style: dotted; }
.data_number { width: 10%; text-align: right; }
.data_statistic { width: 15%; text-align: right; }
.data_wide_statistic { width: 20%; text-align: right; }

.forceInfo .column1, .forceInfo .column2, .forceInfo .column3 { float: left; width: 32%; margin-right: 1%; }
.forceInfo .data_table { clear: left; border-top: 1px dotted #d1d1d1; }
.forceInfo thead th { padding-top: 10px; }
.forceInfo .col1,.forceInfo .col2,.forceInfo .col3 { width: 33%; }
.forceInfo .col1,.forceInfo .col2 { border-right: 1px dotted #d1d1d1; }
.forceInfo .col4 { width: 15%; }
.forceInfo .col2,.forceInfo .col3, .forceInfo .col4 { text-align: center; }

