.athw-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.athw-viewport {
	position: fixed;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	background-color: rgba(239,242,247,.9);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'San Francisco', sans-serif;
	cursor: pointer;
	font-weight: 200;
}

.athw-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 50px 20px;
	left: 20px;
	right: 20px;
	background: #fff;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	border: solid 1px rgba(38, 93, 118, 0.5);
	color: #333;
}

.athw-container.athw-ios.athw-tablet {
	padding-bottom: 60px;
}

.athw-container img {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	left: 50%;
	width: 76px;
	height: 76px;
	margin-left: -40px;
	background: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.7);
	padding: 0px;
}

.athw-container.athw-ios.athw-phone img {
	top: -40px;
}

.athw-container.athw-android img, .athw-container.athw-ios.athw-tablet img {
	bottom: -40px;
}

.athw-container > p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.athw-container > p small {
	display: block;
	font-size: 1em;
	margin-top: 1em;
}

.athw-ios.athw-phone {
	bottom: 20px;
}

.athw-ios.athw-tablet {
	top: 20px;
}

.athw-android {
	top: 20px;
}

/* close icon */
.athw-container:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAgJsrThgAAAA0SURBVHgBYxjMgJERjQXnMjEiGOgycApDBkpgkYGKY8oAxQlLEDYKYTkh52J6EHeQDGIAAGTIAFWN1YiPAAAAAElFTkSuQmCC);
	background-color: rgba(255,255,255,0.0);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 24px;
	height: 24px;
	z-index: 2147483642;
}

.athw-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.athw-ios .athw-action-icon {
	width: 24px;
	height: 24px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAMAAADAi10DAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAgJsrThgAAAA8SURBVHjazcsxCgAwCARB7/7/6LCFYNQuTbYRB41MipZsDWkmc1WNxWZUgdIyiHYyJZl2uh8/I3qn0UIH6PkBNxXw2EwAAAAASUVORK5CYII=);
	margin-top: -4px;
	background-size: contain;
}

.athw-android .athw-action-icon {
	width: 24px;
	height: 24px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAYCAMAAAAF+ceSAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABNJREFUeAFjgABGEMBJYgDa6QIAFMcATDULtW8AAAAASUVORK5CYII=);
	background-size: contain;
}

.athw-ios.athw-phone:after {
	bottom: -27px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-top-color: #205972;
	border-width: 17px;
	margin-left: -17px;
}

.athw-ios.athw-tablet:after {
	top: -27px;
	right: 100px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(208, 208, 208, 0);
	border-bottom-color: #205972;
	border-width: 17px;
	margin-left: -17px;
}

@media all and (display-mode: standalone) {
	/* Here goes the CSS rules that will only apply if app is running standalone */
	.athw-viewport {
		display: none;
	}
	h1 {
		display: block;
	}
}
