@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */
	.main_wrapper_page
	{
		background-color: #fff!important;
	}
	.is_stuck
	{
		height: 45%;
		margin-left: 20px;
	}
	* {
    border-top-width: 0;
	}
	/* Tapley's hack */
	.sidebar-box.text p, .sidenum1.sidebar-box.text a
	{
		color: #fffdfa!important;
	}
	.strap-title
	{
		position: relative!important;
	}
}