@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_awokeybroadcast
 * @subpackage nowplaying
 * @version    2.0.4
 * @link       http://www.awokeybroadcast.com/
 */
 
/* Browse Comments */

.browseComments {
	width: 30%;
	margin: 12px;
	float: left;
}

.browseCommentsHead {
	width: 100%;
	background: #000000;
	opacity: 0.8;
	border-radius: 3px;
	height: 40px;
	color: #F5DEB3;
	margin-bottom: 10px;
}

.browseCommentsTitle {
	text-align: center;
	padding: 5px 0 0;
	font-size: 13px;
}

.browseCommentsTitle2 {
	text-align: center;
	font-size: 11px;
}

.commentsInfo {
	border: 2px solid #000000;
    margin-top: -13px;
}

.commentsInfoName {
	float: left; 
	margin-left: 10px; 
	font-size: 11px;
	letter-spacing: 1px;
	width: 60%
}

.commentsInfoTotal {
	float: right; 
	margin-right: 10px; 
	font-size: 11px;
}

.commentsInfoRequestSection {
	float: right;
}

.commentsInfoRequestSection img {
	margin: 5px;
}

.commentsInfoPoolSection {
	float: right;
	margin: 5px;
}

/* End Browse Comments */

