/**
 * affiliates_pro.css
 * 
 * Copyright 2011 "kento" Karim Rahimpur - www.itthinx.com
 * 
 * This code is provided subject to the license granted.
 * Unauthorized use and distribution is prohibited.
 * See COPYRIGHT.txt and LICENSE.txt
 *
 * This code 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.
 * 
 * This header and all notices must be kept intact.
 * 
 * @author Karim Rahimpur
 * @package affiliates-pro
 * @since affiliates-pro 1.0.0
 */

/* affiliate stats */
.affiliate-stats.summary label.from-date-filter,
.affiliate-stats.summary label.thru-date-filter,
.affiliate-stats.referrals label.from-date-filter,
.affiliate-stats.referrals label.thru-date-filter {
	padding-right: 1em;
}
.affiliate-stats.summary noscript span.description.mini,
.affiliate-stats.referrals noscript span.description.mini {
	font-size: 0.62em;
	padding: 0 1em;
}
.referral-data-title {
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.widget-container div.totals table tr th,
.widget-container div.totals table tr td {
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: right;
}

/* graph */
.affiliate-graph {
	height: 320px;
}
/* graph legend width fix */
.affiliate-graph .legend table {
	width: auto ! important;
}
