/* https://stackoverflow.com/questions/19502040/if-ie-conditionals-not-working */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	body,
	body * {
		/*background:#FFF !important;*/
		background-image:none !important;
		color: initial !important;
		outline: none !important;
		height: unset !important;
	}
	#site-wrapper, #footer {display:none !important;}
	#ie-warning {
		display: block !important;
		padding: 20px;
		margin: 0 !important;
	}
	#ie-warning ul {
		list-style: none;
		margin: 1em 0 0 0;
	}
	#ie-warning ul li {
		display: inline-block;
		text-align: center;
		padding: 0 25px 40px 0;
		font-weight: bold;
		min-width: 150px;
	}
	#ie-warning img {width:80px;}
	#ie-warning a {text-decoration: none;}
	#ie-warning a:hover {text-decoration: underline;}
}
