
#reader #book .bubble-answer-release {
	position: absolute;
	display: none;
	z-index: 10;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    width: 600px;
    height: 350px;
	background-color: #18222E;
	overflow: hidden;
}
#reader #book .bubble-answer-release .bubble-header {
	background-color: #4D6F8D;
}
#reader #book .bubble-answer-release .bubble-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
}
#reader #book .bubble-answer-release .bubble-footer > .custom-button {
	margin: 10px;
}
#reader #book .bubble-answer-release .bubble-content {
	position:absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    bottom: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background-color: #FBF5EA;
}

#reader #book .bubble-answer-release .bubble-content .message {
	height: 260px;
	padding: 2px;
	text-align: left;
	overflow: auto;
}

#reader #book .bubble-answer-release .bubble-content .message > ul {
	x-background-color:#9999ff;
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#reader #book .bubble-answer-release .bubble-content .message > ul > li {
	list-style: none;
	padding: 15px;
	margin: 0px;
	border-bottom: #cccccc solid 1px;
}
/*
#reader #book .bubble-answer-release .bubble-content .button-share {
	padding: 0;
	margin: 5px 20px;
}
*/