/* Chrome Safari Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.BrowserDisplay {
		margin-bottom: 4px;
	}
}
/* Edge */
@supports(-ms-ime-align: auto) {
	.BrowserDisplay {
		margin-bottom: 4px;
	}
}
_:-ms-lang(x):backdrop,
.BrowserDispaly {
	margin-bottom: 4px;
}
/* IE9 */
@media screen and (min-width:0\0) {
	.BrowserDisplay:not(:target) {
		margin-bottom: 0px;
	}
}