

.browser_no_support p{
    font-size: 30px;
    line-height: 40px;
}

.browser_no_support a{
    color: #93c005;
}

#bodyMicrosite.not_supported_page .navbar.navbar-default,
#bodyMicrosite.not_supported_page #scroll-down-action{
		display: none;
	}


#bodyMicrosite.not_supported_page .full-size{
	display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     #bodyMicrosite{
		opacity: 0;
	}
}