h1 {
	text-transform: none;
}
#bd-detail {
	padding: 10px;
}
.detail {
	background: #fff !important;
}
.detail > dl {
	padding: 8px;
	margin-bottom: 30px;
	background: #deecf5;
}
.detail > dl > * {
	display: inline-block;
	padding: 8px;
	vertical-align: top;
}
.detail > dl > dt {
	width: 150px;
	font-weight: bold;
}
.detail > dl > dd {
	width: calc(100% - 155px);
}
.detail > p:last-child {
	text-align: center;
}
.detail > p > a {
	display: inline-block;
	margin: auto;
	width: 120px;
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.detail > p > a.apply {
	background: #f37800;
}
.detail > p > a.cancel {
	background: #999;
}
