/* Support IE 11 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  	body{
  		margin-right: 20px;
  	}
  
  	.graphSummary__upper__left {
    	flex: 1 1 0%;
    	padding-right: 16px;
	}
	.sidebar__subLink--crop::before {
	    background-image: url("../img/ic_sidebar_crop_support_ie.svg");
	}
}
