.aui-bar-nav-transparent {
	background-color: rgba(0, 0, 0, 0.0);
}

span.aui-btn-back {
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.blur-bg-warper {
	height: 190px;
}

.details-panel {
	position: relative;
	margin-top: 45px;
	padding: 5px 30px;
	z-index: 100;
	color: #FFFFFF;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.details-panel div {
	display: inline-block;
}

.details-panel .img-panel {
	float: left;
	width: 29%;
}

.content-panel {
	float: right;
	width: 65%;
}

.content-panel  h4 {
	line-height: 25px;
}

.details-panel img {
	position: relative;
	max-height: 150px;
	width: 82%;
	border-radius: 5px;
}

.ctrl-panel {
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 0.75rem;
}

.ctrl-panel .aui-col-xs-6:nth-child(odd) {
	padding-right: 0.375rem;
}

.ctrl-panel .aui-col-xs-6:nth-child(even) {
	padding-left: 0.375rem;
}

.ctrl-panel .desc-panel {
	margin-top: 0.75rem;
}

.chapter-list-panel .aui-list-item-media a {
	height: 50px;
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	border-radius: 5px;
}

.chapter-list-panel .aui-list-item-media a>img {
	height: 100%;
	border-radius: 3px;
}