/**
 * 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: #FFF;
    background-color: #D22630;;
    border: 1px solid #D0D0CE;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

