
body {
	color: #202124;
}
.page-title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
}
.box {
	margin-top: 2%;
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 8px;
	max-width: 460px;
	line-height: 2em;
}
.btn.install-btn {
	font-size: 24px;
}
.thankyou {
	display: none;
}

/* Chrome */
.instructions {
	display: none;
	margin-top: 300px;
    color: #fff;
}
.arrow {
	position: fixed;
	top: 200px;
	right: 35%;
	height: 90px;
}
.box {
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 8px;
	max-width: 460px;
	line-height: 2em;
}

/* Firefox */
.page__instructor-wrapper {
	color: #fff;
	font: 12px/14px "Open Sans", X-LocaleSpecific, sans-serif;
	background-color: #2b3a43;
	height: 500px;
	left: 20px;
	opacity: 0;
	padding: 20px;
	position: absolute;
	top: 190px;
	width: 350px;
	z-index: 2;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page__instructor-wrapper:after {
	border-bottom: 30px solid #2b3a43;
	border-top-color: inherit;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	color: #000 !important;
	content: "";
	display: block;
	left: 19px;
	position: absolute;
	top: -25px;
	width: 0;
	z-index: 1;
}
.instructor__description {
	margin-bottom: 10px;
}
.instructor__step-wrapper {
	margin-bottom: 10px;
}
.instructor__step-wrapper .step__image img {
	width: 100%;
}
.instructor__step-wrapper .step__text {
	margin: 5px 0 10px;
}