/**
 * plugins/themes/pkpps/styles/blocks/outline.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet for PKP Publishing Services theme.
 *
 */

#sidebar div.block span.blockTitle {
    text-align: center;
}

#sidebar div.block {
    border: 1px solid #bebfbf;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 0.75em;
}
