﻿.breadCrumb{
	
			display: none
		}
		
/*fix sector page edit mode scrolling*/
html[dir="rtl"] td#MSOTlPn_MainTD table.ms-ToolPaneOuter{
position: absolute;
    left: 0;
}
html[dir="ltr"] td#MSOTlPn_MainTD table.ms-ToolPaneOuter{
	position: absolute;
    right: 0;
}