.addtohomescreen-prompt {
	border: none;
	display: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 1.25rem;
	position: fixed;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100%);
	z-index: 10000;
}
div.ios_prompt {
	display: none;
	position: fixed;
	padding: 1rem 0.25rem 0.25rem 0.25rem;
	margin: 0 auto;
	left: 0rem;
	right: 0rem;
	bottom: 0%;	
	border: 2px solid #3495e6;
	border-radius: 5px;
	color: #555;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.25em;
	z-index:10000;	
}
span.ios_prompt_close{
    color: #ababab;
    float: right;
    font-size: 1.5rem;
    top: 0rem;
    right: 0.20rem;
    position: absolute;
    font-weight: bold;
}
p.ios_prompt_desc {
    margin-top: -0.15rem;
    margin-bottom: 0.25rem;
}
img.ios_prompt_share{
	display: inline-block; 
	margin-top: 4px; 
	margin-bottom: -4px; 
	height: 20px; 
	width: auto;
}
img.ios_prompt_addtohome{
	float: left;
    height: 72px;
    width: auto;
    margin-top: -8px;
    margin-right: 0.25rem;
}
#pwaonline_offline_infobar{
    background-color: red;
    border: none;
    display: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0%;
    width: calc(100%);
    line-height: 0px;
	    z-index: 100000;
}
#pwaonline_offline_infobar > h1 {
	font-size:2rem;
}
#pwaonline_pwa-loader-overlay {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:999999;
	background:rgba(54, 25, 25, 0.2) none repeat scroll 0 0;
	text-align: center;
}
#pwaonline_pwa-loader{
    width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 18px;
	z-index: 9999999;
}
.pwaonline-spinner{
	width:72px;
	height:72px;
	display:inline-block;
	box-sizing:border-box;
	position:relative
}
.pwaonline-skeleton{
	border-radius:50%;
	border-right:solid 6px transparent;
	border-bottom:solid 6px transparent;
	border-left:solid 6px transparent;
	animation:pwaonline-skeleton-animate 1s linear infinite
}
.pwaonline-skeleton:before{
	border-radius:50%;
	content:" ";
	width:72px;
	height:72px;
	display:inline-block;
	box-sizing:border-box;
	border-top:solid 6px transparent;
	border-right:solid 6px transparent;
	border-bottom:solid 6px transparent;
	position:absolute;
	top:-6px;
	left:-6px;
	transform:rotateZ(-30deg)
}
.pwaonline-skeleton:after{
	border-radius:50%;
	content:" ";
	width:72px;
	height:72px;
	display:inline-block;
	box-sizing:border-box;
	border-top:solid 6px transparent;
	border-bottom:solid 6px transparent;
	border-left:solid 6px transparent;
	position:absolute;
	top:-6px;
	right:-6px;
	transform:rotateZ(30deg)
}
@keyframes pwaonline-skeleton-animate{
	0%{
		transform:rotate(0);
		opacity:1
	}
	50%{
		opacity:.8
	}
	100%{
		transform:rotate(360deg);
		opacity:1
	}
}
