/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2007 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.
 *
 * $Id: rightSidebar.css,v 1.2 2007/11/14 22:36:20 asmecher Exp $
 */
 
/**
* modified by Pascal Ngoc Phu Tu, SUB Hamburg, 2008-07-10
*/

/**
 * Common HTML elements
 */

#rightSidebar {
	float: right;
	width: 220px;
	/* margin: 6.7em 30px 0px 0px; */
	margin: 7.7em 30px 0px 0px; /* sub-oh 20160406 */
	padding: 0;
}

#main {
	margin-right: 280px;
}
