@media screen,projection {
	

/* Table Data */
.article .table-data table {
	border-collapse: collapse;
	vertical-align: middle;
	table-layout: auto;
	margin: 0 0 40px;
	text-align: left;
	border: 0;
	width: 100%;
}
.article .table-data table caption,
.article .table-data h3 {
	background: transparent;
	font-weight: 600;
	text-align: left;
	font-size: 15px;
	margin: 0 0 6px;
	color: #000;
}
.article .table-data thead th {
	border-bottom: 1px solid #999;
	background: transparent;
	font-weight: 600;
	font-size: 10px;
	padding: 2px;
	color: #000;
}
.article .table-data tbody th {
	border-right: 1px solid #999; 
	font-size: 11px;
}
.article .table-data tbody th,
.article .table-data tbody td {
	border: 1px dotted #ccc;
	background: transparent;
	vertical-align: middle;
	line-height: 1.2;
	padding: 2px 4px;
	font-size: 10px;
	height: 20px;
	color: inherit;
}
.article .table-data tbody .tt-first {
	border-left: 0;
}
.article .table-data tbody .tt-last {
	border-right: 0;
}
.article .table-data tbody .tt-last th,
.article .table-data tbody .tt-last td {
	border-bottom: 0;
}
.article .table-data tbody .tt-alt th,
.article .table-data tbody .tt-alt td {
	background-color: #f7f7f7;
}
.article .table-data tbody .tt-all td {
	background-color: transparent;
}
.article .table-data tbody .tt-over-row th,
.article .table-data tbody .tt-over-row td {
	background-color: #E3EFF6;
}
.article .table-data tbody td.tt-over-col {
	background-color: #f7f7f7;
}
.article .table-data tbody td.tt-over-cell {
	background-color: #CEDAE5;
}
.article .table-data thead tr th.tt-trace {
}
.article .table-data tfoot {
}
.article .table-data tfoot td,
.article .table-data tfoot .tt-alt td {
	background: transparent;
	font-size: 11px;
	padding: 5px;
}
.article .table-data tfoot span {
	color: #555;
}
.article .table-data p {
	line-height: 15px;
}
.article .table-data .text-right {
	text-align: right;
}

}
