/***** CSS placed here will be applied to all skins on the entire site. *****/

/* References styling */
#mw-content-text .references {
	-moz-border-radius-topleft: 1.2em;
	-webkit-border-top-left-radius: 1.2em;
	border-top-left-radius: 1.2em;
	border: 1px solid #ff8080;
	list-style-position: inside;
	margin-bottom: 3px;
	margin-left: 5px;
	max-height: 230px;
	overflow: auto;
	padding: 0.5em;
	font-size: 11px;
}
 
.references > li:target,
.reference:target { 
	background-color: #660000;
}