.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;
}
span.aths_prompt_close{
    color: #005a9e;
    float: right;
    font-size: 2.2rem;
    top: -1rem;
    right: 0.10rem;
    position: absolute;
    font-weight: bold;
}
#pwaonline_offline_infobar{
	    height: 5%;
    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 > span {
    display: block;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
}
.prompt-opener-container {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-color: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
img.prompt-opener-icon {
	width: 48px;
	height: 48px;
}