/*
	r_vsc.css
	
	this styles the right column for VSC pages
*/

div#rightBarInner {
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	border-left: 1px solid #eee;
}

div#footnotes p {
	font-style: italic;
	font-size: 10px;
}