/* @override https://www.debitway.com/dev/customer-support/styles/tables.css */

/* @group tables */

table {
	margin: 12px 15px;
	line-height: 16px;
}

table.left {
	margin: 20px;
	width: 560px;
}

caption {
	color: #0E284A;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #0E284A;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-bottom: 0;
}

thead th {
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}

tbody th {
	font-size: 10px;
	border-top: 1px solid #0E284A;
	padding: 5px;
	text-align: left;
}

tbody td {
	font-size: 10px;
	border-top: 1px solid #0E284A;
	padding: 5px;
	text-align: center;
}

table.left thead th, table.left tbody td {
	text-align: left;
}

/* @end */