@import "normalize.css";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
	width: 100%;
	height: 100%;
}

#installPopout {
	background: url(../images/dropdown.png) no-repeat;
	height: 302px;
	width: 315px;
	position: absolute;
	top: 10px;
}