.article .table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
  }
  
.article .table-wrapper table {
	min-width: 600px;
	border-collapse: collapse;
}

.article table th {
	border: 1px solid #d1d9e0;
	background: #FFFFFF;
	padding: 6px 13px;
}
.article table td {
	border: 1px solid #D1D9E0;
	padding: 6px 13px;
}
.article table td.center {
	text-align: center;
}
.article table tr:nth-child(odd) {
	background: #F6F8FA
}


.article table tr:nth-child(odd) code {
	background: #E8EBEE;
}

.article .code {
	white-space: pre-wrap;
	word-break: break-word;
	overflow-wrap: anywhere;
  }