/* Construction Stream Style */

.stream {
	display: flex;
	width: 100%;
}

#stream-allow {
	width: 12px;
	background-image: url("../images/stream-allow.svg");
	background-position: bottom;
}

.stream ol {
	list-style: decimal;
	padding: 24px 16px 24px 56px;
	margin-left: 12px;
	background-color: #EDEDED;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}

.stream ol li {
	font-weight: bold;
}

.stream ol p:not(:last-child)::after {
	display: block;
	width: 100%;
	height: 0;
	content: "";
	border-bottom: dashed 1px #3C3C3C;
	margin-top: 8px;
	margin-bottom: 8px;
}


#back-page {
	color: red;
	text-align: right;
	font-weight: bold;
}

#back-page a {
	color: red;
}

#back-page a:hover {
	opacity: 0.5;
}