
#reader .retry-sync-bubble {
	display: none;
	opacity: 0;
	padding: 0 0 15px 5px;
    top: 103px;
	right: 2px;
	cursor: default;
	background-color: rgba(255, 255, 255, .7);
	color: #000;
	font-size: 14px;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
#reader[data-usertype="S"] .retry-sync-bubble.visible {
	opacity: 1;
}
#reader #book.visible ~ .retry-sync-bubble {
	top: 59px;
}
#reader .retry-sync-bubble:after {
	right: 8px;
	border-color: rgba(255, 255, 255, .7) transparent;
}
[data-user-agent*="Android 4.2"] #reader .retry-sync-bubble:after {
	right: 20px;
}
#reader #book.visible ~ .retry-sync-bubble:after {
	right: 14px;
}
#reader .retry-sync-bubble .bubble-header,
#reader .retry-sync-bubble .bubble-content {
	background-color: transparent;
}
#reader .retry-sync-bubble .bubble-header {
	height: 30px;
    border-radius: 0;
}
#reader .retry-sync-bubble .bubble-header .bubble-close {
    width: 30px;
    height: 30px;
    margin: 3px -2px 0 0;
}
#reader .retry-sync-bubble .bubble-content {
	position: relative;
    width: 270px;
    height: 65px;
    text-align: center;
}
#reader .retry-sync-bubble .custom-button.retry-sync {
    position: absolute;
    margin: 15px auto 0px;
    left: 0;
    right: 0;
    width: 76px;
	text-align: center;
    color: #000;
	background-color: #E8E8E8;
    border-color: #c4c4c4;
	-moz-box-shadow: 2px 2px 10px 0px #222222;
	-webkit-box-shadow: 2px 2px 10px 0px #222222;
	box-shadow: 2px 2px 10px 0px #222222;
	border-radius: 10px;
}

