body,
p {
	display: block;
	min-height: 1em;
}

.detail-wrap {
	padding: 50px 100px 100px;
}

.detail-back {
	color: #7f7f7f;
	font-size: 20px;
	padding-top: 30px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}

.detail-back:hover {
	color: #043287;
}

.back-icon {
	display: inline-block;
	border: 1px solid;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bolder;
}