
table {
	border-bottom: 2px solid #9ADAF5;
	margin: 0 0 1.5em;
	width: 100% !important;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: block;
}

.wp-block-table.aligncenter table {
	margin-left: auto !important;
	margin-right: auto !important;
	width: fit-content !important;
}

table thead {
	border-bottom: none !important;
}

table th {
	background-color: #3FA9F5;
	color: #FFFFFF;
	border: none !important;
	word-break: normal !important;
	padding: 0.5em;
}

table tr:nth-child(even) {
	background-color: #fff;
}

table tr:nth-child(odd) {
	background-color: #ededed;
}

table td {
	border: none !important;
	vertical-align: top;
	padding: 0.5em;
}

.wp-block-table.aligncenter table {
	margin-left: auto !important;
	margin-right: auto !important;
	width: fit-content !important;
}

.wp-block-table table,
.entry-content >  table,
.contentarea-block .contentarea table {
	display: block;
	overflow-x: auto;
	width: fit-content;
	height: unset !important;
	border-collapse: separate !important;
	border-spacing: 0;
}

.wp-block-table table tbody tr,
.wp-block-table table tbody tr th,
.wp-block-table table tbody tr td {
	width: unset !important;
	height: unset !important;
	border: none;
	word-break: normal !important;
}


.wp-block-table table tbody {
	width: 100%;
}

.entry-content >  table tbody,
.contentarea-block .contentarea table tbody {
	display: table;
	width: 100%;
}

.wp-block-table table tbody tr td {
	background: #FFFFFF;
	width: unset !important;
	word-break: normal !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) td {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n) td {
	background-color: transparent;
}