/**
 * SUMOHeavy_BuyerReviews
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@sumoheavy.com so we can send you a copy immediately.
 *
 * @category    SUMOHeavy
 * @package     SUMOHeavy_BuyerReviews
 * @copyright   Copyright (c) 2012 SUMO Heavy Industries (http://www.sumoheavy.com)
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @author		Robert Brodie <support@sumoheavy.com>
 */

span.buyer {
	background-color: #3A87AD;
	border-radius: 3px;
	color: white;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	padding: 1px 4px 2px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}