﻿/*** Responsive Table ***/
table .ResponsiveTables { width: 100%; border-collapse: collapse;}
.ResponsiveTables tr { background: #fff; background:#fff\9;}
.ResponsiveTables tr:nth-of-type(odd) { background: #F9F9F9;}
.ResponsiveTables th {background: #fff;  /*color: white; font-weight: bold;*/ }
.ResponsiveTables td, .ResponsiveTables th { padding: 6px; border: 1px solid #ccc; text-align: left; }


/** mpf table **/
.mpf_table {width:100%; margin-bottom:5px;}
.mpf_table td, .mpf_table th {padding:2px 0; border:0;}
.mpf_table th {font-weight:normal;}
.mpf_table tr {line-height:1.8em;}
.mpf_table tr:first-child td {border:0;}
.mpf_table td {border-top:#BBBBBB 1px dashed; overflow-x:hidden; vertical-align:top;}
.mpf_table td:first-child {width:140px;}
.mpf_table .tableR {text-align:right;}
.mpf_table .tableC {text-align:center;}

.mpf_table-3 thead {display:none;}
.mpf_table-3 tr:first-child td {border:0;}
.mpf_table-3 td {border:none; overflow-x:hidden; vertical-align:top; line-height:30px;}
.mpf_table-3 td:first-child {width:42px;}
.mpf_table-3 .time_bdr {
    border-right: #666 1px solid !important;
    margin: 0 5px 0 0;
    display: inline-block;
}