/**
 * Author: Alin Marcu 
 * Author URI: https://deconf.com
 * Copyright 2013 Alin Marcu 
 * License: GPLv2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
#gadwp {
	font-family: 'Open Sans', sans-serif;
}

#gadwp-searches td {
	line-height: 1.5em;
	padding: 2px;
	font-size: 1em;
}

#gadwp-searches {
	line-height: 10px;
	margin-top: 15px;
}

#gadwp-visits {
	height: 200px;
	margin-top: 15px;
}

#gadwp-content {
	width: 100%;
}

#gadwp-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 2px;
}

#gadwp-widget {
	padding: 0 5px;
}

#gadwp-widgetchart {
	width: 100%;
}

#gadwp-widgettotals {
	margin: 0 0 10px 0;
	width: 100%;
	display: table;
	clear: both;
}

#gadwp-widgettotals .gadwp-left {
	padding: 10px 0 0 0;
	width: 45%;
	float: left;
	font-weight: 600;
}

#gadwp-progressbar {
	width: 100%;
	height: 3px;
	margin: 3px 0;
}

#gadwp-widgettotals .gadwp-right {
	padding: 10px 0 0 0;
	float: left;
	font-style: italic;
}

.widget_gadwp-frontwidget-report h2.widget-title {
	margin-bottom: 0px;
}