#installationInstructions {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: rgba(0, 0, 0, 0.5);
	color: #222;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
/*	height: 100vh;*/
	display: none;
	overflow: auto;
  z-index: 100;
}

#installationInstructions .instructions-container {
	position: fixed;
	left: 130px;
	bottom: 0;
}

#installationInstructions .card {
	position: relative;
	display: inline-block;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.34);
	z-index: 10;
	border: 1px solid rgba(0,0,0,.6);
}

#installationInstructions .text {
	font-size: 20px;
	text-align: left;
	position: relative;
	width: auto;
	height: auto;
	line-height: normal;
	padding: 8px 15px;
}

#installationInstructions .text p {
	color: #222;
	margin: auto;
	margin-bottom: 15px;
	margin-right: 5px;
}

#installationInstructions .text .triangle-center {
	position: absolute;
	width: 18px;
	height: 20px;
	right: -23px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 3px;
	z-index: -1;
}

#installationInstructions .arrow {
	position: fixed;
	z-index: 99999;
}

#installationInstructions .arrow span {
	display: block;
}

#installationInstructions .arrow-tip {
	width: 0;
	height: 0;
}