@charset "utf-8";
/* CSS Document */

/*span to underline and make text bold */
/*used on all accessibility pages*/
span.boldunderlined{font-weight: 700; text-decoration: underline;}
#maincontent p .accessibilitymargin3{margin: 0 0 -0.3rem 0.2rem; width: 2.7%;}
#maincontent p .dropdownmenu{width: 28%; float: right; padding-left:0.3rem; margin-right: 0.2rem;}
#maincontent p .operadropdownmenu{width: 18%; float: right; padding-left:0.3rem; margin-right: 0.2rem;}	
#maincontent p .toolbar{width:3%; margin-bottom: -0.2rem;}
#maincontent p .operaappearance{float: left; position: relative; width: 20%; clear:left; margin-right: 0.3rem;}
#maincontent p .operatoolbar{float: left; width: 2.5%; margin-right: 3px;}
#maincontent p .ietoolbar {margin: 0 0 -0.3rem 0.2rem; width: 5.7%;}
/*Responsive Max width 768*/
@media (max-width: 768px) {
	
}

