#page h3 {
	border-left: none;
	margin-top: 20px;
}
#page section {
	padding: 5px 10px;
}
#page dl, #shoplist ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#page dl dt, #page dl dd {
	margin-bottom: 5px;
	padding: 2px;
	width: 100%;
}
#page dl dt {
	background: #ddd;
}
#shoplist li {
	padding: 5px 5px 10px;
	width: 100%;
}
#shoplist li h4 {
	background: inherit;
}
#shoplist li img {
	height: auto;
	width: 100%;
}
#shoplist li a {
	display: inline;
}
#shoplist li p {
	font-size: 0.6rem;
}
.sctl h3 {
	background: inherit;
}
.shipping h3, .payment h3 {
	border-bottom: 1px solid #ddd;
}
.sctl h4 {
	background: inherit;
	border-left: none;
	color: inherit;
	font-size: inherit;
	margin-bottom: initial;
}
.sctl ul {
	margin: 0 15px;
}
.sctl li {
	line-height: 180%;
	margin-bottom: 10px;
}
.sctl li img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	#page h3 {
		margin-top: 20px;
	}
	#page section {
		padding: 10px;
	}
	#page dl dt, #page dl dd {
		border-bottom: 1px solid #e7f1e8;
		margin-bottom: 10px;
		padding: 4px;
	}
	#page dl dt {
		width: 25%;
		font-size: inherit;
	}
	#page dl dd {
		width: 75%;
	}
	#shoplist li {
		width: 50%;
	}
	#shoplist li h4 {
		border-left: inherit;
	}
	#shoplist li p {
		font-size: 0.7rem;
	}
	.sctl .shipping, .sctl .payment {
		float: left;
		width: 50%;
	}
	.sctl .transaction {
		clear: both;
	}
	.sctl ul {
		margin: 0 20px;
	}
	.sctl li {
		margin-bottom: 20px;
	}
}