@charset UTF-8;
main div.main_content table {
	margin: 0 auto;
	width: auto;
	border: 50px solid white;
	background-color: white;
}
html.background_black main div.main_content table {
	border-color: black;
	background-color: black;
}
main div.main_content th,
main div.main_content td {
	border-bottom: 1px dashed var(--gray-col);
	padding: 1em 2em 1em 0;
	vertical-align: top;
}
figure.wp-block-table {
	padding-bottom: 100px;
	width: fit-content;
	margin: 0 auto;
	border-radius: 20px;
	background-color: white;
}
html.background_black figure.wp-block-table {
	background-color: black;
}

@media screen and (max-width: 960px){
	figure.wp-block-table {
		padding-bottom: 0;
	}
	main div.main_content table {
		border: 30px solid white;
	}
	main div.main_content th,
	main div.main_content td {
		padding: 1em 1em 1em 0;
	}
	main div.main_content tr th:nth-child(1),
	main div.main_content tr td:nth-child(1) {
		word-break: keep-all;
	}
}
