Template:Right sidenote/sandbox/styles.css

/*
 * Sidenotes in the Page namespace
 */


body.ns-250 .sidenoteRight,
body.ns-250 .sidenote-right ,
body.ns-104 .sidenoteRight,
body.ns-104 .sidenote-right {
	position: absolute;
	right: 0;
	width: 6em;
	margin-left: 1em;
	text-indent: 0;
	text-align: left;
	border: 1px dotted red;
}
.__sidenote_inner {
	font-size: 83%;
	line-height: 140%;
	display: inline-block;
	text-align:left;
	padding-top:0;
	padding-bottom:0;
	border: 1px dotted blue;
}