/**
 * plugins/themes/pkpps/styles/blocks/roundtabs.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;
    color: #2e2e2e;
    background-color: #e6e6e6;
    border: 1px solid #bebfbf;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

