/**
 * styles/rtl.css
 *
 * Copyright (c) 2014-2018 Simon Fraser University
 * Copyright (c) 2000-2018 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet for flipping content to RTL (e.g. for Arabic, Persian)
 *
 */

body {
	direction: rtl;
	text-align: right; 
	unicode-bidi: embed;
}

#headerTitle {
	text-align: center !important;
}

div {	
	direction: rtl;
	text-align: right; 
}
