@charset "UTF-8";

.overview_table_wrap {
	margin: 0 20px;
}
.overview_table {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	border-spacing: 0;
	color: #4f4c45;
}
.overview_table th, .overview_table td {
	padding: 5px 1em;
	border: 1px solid #e0ded4;
	text-align: left;
	line-height: 23px;
	vertical-align: middle;
}
.overview_table th {
	width: 20%;
	background: #f6f5f1;
}
.overview_table td {
	background: #fff;
}

@media screen and (max-width: 1000px) {
	.overview_table_wrap {
		margin: 0;
	}
	.overview_table {
		display: block;
	}
	.overview_table tbody {
		display: block;
	}
	.overview_table tr {
		display: block;
		border: 1px solid #e0ded4;
	}
	.overview_table tr:not(:last-child) {
		border-bottom: 0;
	}
	.overview_table th, .overview_table td {
		display: block;
		padding: 10px 1em;
		width: auto;
		border: 0;
	}
}
