/*
body{
	background-color: lightgray;
}
*/
/*header{
	opacity: .5;
}*

#installInstructions {
	display: none;
}
@media (display-mode: browser) {
	#install {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 7px 14px;

		border-top: 1px solid var(--rojo2);
		background-color: var(--rojo2);
		color: white;
	}
	#install .bi-x{
		position: absolute;
		top: 0;
		right: 0;
	}
	#install .icon {
		font-size: 42px;
		float: left;
		margin-right: 14px;
	}
	#install a {
		color: white;
	}
}
