#tablepress-6_wrapper {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tablepress-id-6 {
	width: 100% !important;
	min-width: 890px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #d6d6d6;
	color: #626262;
}

.tablepress-id-6 thead th {
	background-color: #dce0ff !important;
	color: #626262 !important;
	font-weight: 700;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	padding: 8px 6px;
	border: 1px solid #e6e6e6;
}

.tablepress-id-6 tbody td {
	height: 74px;
	padding: 10px 4px;
	border: 1px solid #e6e6e6;
	color: #626262;
	line-height: 1.45;
	text-align: center;
	vertical-align: middle;
}

.tablepress-id-6 tbody tr:nth-child(odd) td {
	background-color: #ffffff !important;
}

.tablepress-id-6 tbody tr:nth-child(even) td {
	background-color: #f0f6ff !important;
}

.tablepress-id-6 .column-1 {
	width: 14%;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.tablepress-id-6 strong {
	color: #626262;
}

.tablepress-id-6 tbody span {
	display: block;
	max-width: 100%;
	color: #808080;
	font-size: .82em;
	white-space: nowrap;
}

@media (max-width: 700px) {
	.tablepress-id-6 thead th,
	.tablepress-id-6 tbody td {
		padding-right: 5px;
		padding-left: 5px;
	}
}