.overview {
	/*position: relative;
	padding: 50px;*/
}
.overview::after {
	display: none!important;
}
.overview h3 {
	margin-bottom: 30px;
}
.overview dl {
	display: flex;
	flex-wrap: wrap;
}
.overview dl dt {
	width: 20em;
	margin-bottom: 20px;
	padding: .5em 1em;
	border-left: solid 3px #2d2d2d;
}
.overview dl dd {
	width: calc(100% - 20em);
	margin-bottom: 20px;
	padding: .5em 0;
}
.overview dl dd .date {
	display: inline-block;
	width: 6.5em;
}
.overview dl dd .partner {
	display: inline-block;
	width: 20em;
}

/*.overview dl dd table tr {
	border-bottom: solid 1px #2d2d2d;
}
.overview dl dd table tr td {
	padding: .3em 0;
}
.overview dl dd table tr:first-child td {
	padding: 0 0 .3em;
}*/
.overview dl dd table tr td:last-child {
	padding-left: 2em;
}

.overview dl dd.map + dt.googlemap {
	margin-top: -20px;
	color: rgba(255, 255, 255, 0);
}

.overview dl dd .map {
	width: 100%;
	margin: 5px 0 30px;
}
.overview dl dd.map .map {
	margin-bottom: 0;
}
.overview dl dd .map iframe {
	display: block;
}


@media (max-width: 768px) {
	.overview dl dt,
	.overview dl dd {
		width: 100%;
	}
	.overview dl dt {
		margin-bottom: 0;
	}
	.overview dl dd {
		margin-bottom: 30px;
		padding-left: 2em;
	}
}
