#a2hs {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	background: white;
	padding: 15px 1.5%;
	box-shadow:0 -4px 8px rgba(0,0,0,0.4);
}
#a2hs.show {
	display: block;
}
#a2hs .inner {
	display: flex;
	align-items: center;
}
#a2hs .inner #install-close {
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}
#a2hs .inner #install-close img {
	width: 12px;
	height: 12px;
}              

#a2hs .inner .logo {
	width: 42px;
	border:1px solid #808181;
	border-radius:50%;
	text-align:center;
	padding-top:3px;
	align-self:start;
}

#a2hs .inner .name {
	padding:0 0 0 10px;
}
#a2hs .inner .name span {
	display: block;
}
#a2hs .inner .name .title {
	font-size: 16px;
	padding:5px 0 3px;
	line-height: 1;
	color:#333;
	font-weight: bold;
}
#a2hs .inner .name .description {
	font-size: 12px;
	line-height: 1;
	color:#808181;
	padding-bottom:10px;
}

#a2hs #add-button {
	font-family:'Trebuchet MS', sans-serif; 
	background:#2bb2ff;
	color:#fff; 
	font-size:13px; 
	border:none; 
	border-radius:0; 
	font-weight:bold; 	
	padding:0;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	padding:6px 6px 5px;
	cursor:pointer;
}

.popup-ios {display:none;}
@media (max-width: 768px) {
	.popup-ios {display:none; width:99%; margin:0 auto; position:fixed; z-index:9999; bottom:15px; left:0.5%; padding:5px 5px 8px 40px; filter:drop-shadow(0 0 5px rgba(0,0,0,0.8));  border-radius:10px;
		background:url(https://elbibliote.com/includes/images/ios-plus.png) no-repeat; background-position:8px center; background-size:24px; background-color:#eee; 
		font-size:12px; color:#7f8c8d; box-sizing:border-box; font-kerning:none;
	}
	.popup-ios.shown {display:block;}
	.popup-ios img {display:inline-block; width:13px; margin-bottom:-5px;}
	.popup-ios::after {display:block; content:"";  margin:0 0 0 -15px; position:absolute; bottom:-15px; left:50%;
		height:0; width:0;
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #eee transparent transparent transparent;
	}
}