/**
 * @file plugins/generic/objectsForReview/styles/objectsForReview.css
 *
 * Copyright (c) 2013-2017 Simon Fraser University
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Objects For Review Plugin stylesheet.
 *
 */
 

div.coverPage {
	display:block;
	float:left;
	width:25%;
}

div.coverPageDetails {
	float:right;
	width:75%;
}

div.details {
	width:100%;
}

div.coverPage img {
	width: 90%;
	margin: 1em 1em 1em 0;
}

