table {
	/* fonts */
	font-size: 16px;
	text-align: left;
	text-justify: none;
	vertical-align: top;
	line-height: 20px;
	/* table size*/
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	/* borders */
	border: 1px solid #696969;
	padding: 6.5px;
	border-collapse: collapse;
}

tr, td {
	border: 1px solid #696969;
	padding: 6.5px;
	border-collapse: collapse;
	vertical-align: top;
}

td.column_1 {
	font-weight: bold;
}

th {
	/* font */
	color: #ffffff;
	/* cell */
	padding: 6.5px;
	background-color: #1f3546;
	border: 1px solid #ffffff;
	vertical-align: top;
}

tbody tr:nth-child(even) {
	background-color: rgba(128,192,238,0.05);
}

tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

td ul li, td ol li {
	font-size: 16px;
}

td p ul li, td p ol li {
	font-size: 13px;
}

table ul, table ol {
	margin-top: 3px;
	font-size: 16px;
	line-height: 20px;
	padding-inline-start: 18px;
}

table p, table td {
	margin-top: 3px;
	font-size: 16px;
	line-height: 20px;
}

td p + p, td ul + p, td ol + p {
	margin-top: 6px;
	font-size: 16px;
	line-height: 20px;
}

/* markdown-tables */
.markdown-tables-01 th {
  width: 25%
}
.markdown-tables-01 th:nth-child(even) {
  width: 35%
}
.markdown-tables-01 th:last-child {
  width: 40%
}

/* markdown-tables */
.code-tables-01 table, .code-tables-01 tr , .code-tables-01 th, .code-tables-01 tbody {
	border: 0;
	border-collapse: separate;
}
.code-tables-01 td:first-child {
	border: 0;
	border-collapse: separate;
	font-size: 16px;
	font-weight: 400;
	font-family: monospace;
	vertical-align: middle;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 8px;
	background-color: #ededed;
	width: 8%;
}
.code-tables-01 td:last-child {
	border: 0;
	border-collapse: separate;
	font-size: 16px;
	font-weight: 400;
	font-family: monospace;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 8px;
	background-color: #ffffff;
	width: 92%;
}
.table-test-break {
	word-wrap: break-word;         /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
  width: 99%;
}

.image-tables {
  border: none;
	text-align: center;
}

.markdown-tables-version-summary th {
  width: 30%;
}
.markdown-tables-version-summary th:nth-child(even) {
  width: 35%;
}
.markdown-tables-version-summary th:last-child {
  width: 35%;
}
