#divPwaInstallInstructions {
	display: none
}

#divPwaInstallInstructionDetails {
	display: none
}

@media (display-mode: browser) {
	#divPwaInstallInstructions {
		display: block
	}
}