/**
 * rightSidebar.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * Responsive refresh: see sidebar.css for the shared flex/order setup;
 * this file just sets the right column's width. Order is set higher
 * than #main's (2) so it appears last, whether or not a left sidebar is
 * also present.
 */

#rightSidebar {
	order: 3;
	flex: 0 0 220px;
	font-size: 0.85em;
}
