@charset "utf-8";
/**
 * Copyright (c) 2013 Chris Roberts <chris45964596@msn.com>
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @category   Joomla 2.5
 * @package    com_sam2joom
 * @subpackage nowplaying
 * @version    1.1.12
 * @link       http://www.sam2joom.com/
 */
 
/* Top Users */

.topRequestors {
	width: 30%;
	margin: 12px;
	float: left;
}

.topRequestorsHead {
	width: 100%;
	background: #000000;
	opacity: 0.8;
	border-radius: 3px;
	height: 40px;
	color: #F5DEB3;
	margin-bottom: 10px;
}

.topRequestorsTitle {
	text-align: center;
	padding: 5px 0 0;
	font-size: 13px;
}

.topRequestorsTitle2 {
	text-align: center;
	font-size: 11px;
}

.requestors {
	border: 2px solid #000000;
    margin-top: -13px;
}

.requestorName {
	float: left; 
	margin-left: 10px; 
	font-size: 11px;
	letter-spacing: 1px;
}

.requestorTotal {
	float: right; 
	margin-right: 10px; 
	font-size: 11px;
}

/* End Top Users */

