
div.smallbutton a  {color:white}
a.floatright {text-decoration:underline;font-size:.9em;padding-right:5px;}
h1 {padding-left:20px}
h2, p, #wrap ul {margin-left:auto; margin-right:auto;}
ul#navlist {max-width:400px;margin-right:5px}
/* ul li{list-style-type:none} */
img {max-width: 100%;}
#pdfbutton {float:right;padding-top:15px;padding-bottom:8px;margin-right:5px}
li {margin: 10px 0}
#breadcrumbs {font-size: 0.9em}
#breadcrumbs a {text-decoration: underline;}
@media screen and (max-width: 975px) {
img {max-width: 100%;}
h2, p {width:740px;}
}
	ul.subject {
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;    	
	margin: 0;
}
	ul.subject li {
        width: auto;
        
}

	ul.subject li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;    		
	background: #1e384b;
	color: white;
	padding: 10px;
	margin: 0 2px;
	border-radius: 3px;
	text-decoration: none;

}

	ul.subject li a:hover {
	background: #4480aa;
}
.burghighlight {
    font-size: 1.1em;
    border-left: 8px solid #6a0032;
    background: #f5e1ea;
    padding: 0.5em 0.62em 0.5em 0.62em;
    margin: 0;
}
.burghighlight a{
	text-decoration: underline;
}
/*Lists no bullets*/
ul.noBullets {
	list-style-type: none;
}

/*Type "a"*/
ol[type="a"] {
	counter-reset: list;
}


ol[type="a"]>li {
	list-style: none;
	position: relative;
	margin-left: 0.62em;
}


ol[type="a"]>li:before {
	content: counter(list, lower-alpha) ") ";
	counter-increment: list;
	position: absolute;
	left: -1.38em;
	left: -1.48em;
}

ol[type="a"].twoBracket>li:after {
	position: absolute;
	content: "(";
	left: -1.85em;
	top: 0;
}

/*Type "i"*/
ol[type="i"] {
	counter-reset: ilist;
}

ol[type="i"]>li {
	list-style: none;
	position: relative;
	margin-left: 0.62em;
	margin-left: 0.38em;
}

ol[type="i"]>li:before {
	content: counter(ilist, lower-roman) ") ";
	counter-increment: ilist;
	position: absolute;
	left: -1.38em;
}
ol[type="i"].twoBracket>li:after {
	position: absolute;
	content: "(";
	left: -1.75em;
	top: 0;
}

	@media screen and (max-width: 767px) {
	h2, p, ul{width:450px;}
	#pdfbutton {float:none;text-align:right}
	}
	@media screen and (max-width: 480px) {
	h2, p, ul{width:340px;}
	}
	@media screen and (max-width: 350px) {
	h2, p, ul{width:300px;}
	}

