.overview_head {
	font-size: 24px;
	line-height: 5em;
}


	/* Hide table borders */
	.table th, .table td {
    	border-top: none !important;
 	}

 	/* Define amCharts*/
 	#chartdiv {
		width	: 100%;
		height	: 1000px;
		background-color: #fff;
	}

/* Colors for Up and Down arrows */
	.green, .green a {
  color: #0f0;
}

	.red, .red a {
  color: #f00;
}

/* Hide IQ Popover*/
.iq_popover {
	display: none;
}


/* Bigger Trend Indicator */

.trend_indicator {
	font-size: 1.5em !important;
}

.box200(
max-width: 100px !important;
	)
#from_trend, #to_trend {
	display: none;
}


.helpicon {
	width: 30px;
	height: 30px;
	background: url("/poker/assets/images/question_mark_30.png");
	float:right;
	margin-top: -8px;
}

.upicon {
	width: 30px;
	height: 30px;
	background: url("/poker/reports/img/trend_up.png");
	float:right;
	margin-top: -8px;
}

.downicon {
	width: 30px;
	height: 30px;
	background: url("/poker/reports/img/trend_down.png");
	float:right;
	margin-top: -8px;
}


#expand {
	display: block;
text-decoration: none;
border-radius: 5px;
color: white;
width: 100%;
height: 36px;
line-height: 36px;
text-align: center;
}

.show{
}

.hide{
	display: none;
}


.winnerslist{
	border-top: 1px solid #000;
}
	.apt-widget {
	background: #fefefe;
	margin: 10px;
	position: relative;
	border: 1px solid #e1e0df;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.apt-widget-body {
	margin: 0;
	/*min-height: 80px;*/
	position: relative;
}

.apt-widget-title{
	padding: 10px;
	color: #000;
	border-radius: 10px 10px 0 0;
	/*font: font2, sans-serif;
	font-size: 14px;*/
}

.title-green {
	background-color: rgba(0, 255, 0, 0.25);
}

.title-blue {
	background-color: rgba(0, 0, 255, 0.25);
}

.title-red {
	background-color: rgba(255, 0, 0, 0.25);
}

.title-yellow {
	background-color: rgba(255, 255, 0, 0.25);
}

.title-grey {
	background-color: #eae4e8;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.human-winner {
	color: #0d0;
}


.apt-widget-content{
	font-size: 30px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-top: 1px solid #e1e0df;
	line-height: 40px !important;
	text-align: center !important;
}

.winners_details{
	border-spacing: 0;
	background-color: #eae4e8;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 10px;
	width: 100%;
}

.winners_details > thead > tr > th {
	font-weight: bold;
	text-align: left;
	font: 14px font2, sans-serif;
	border-bottom: 1px solid #6678b1;
	padding: 8px 5px;
	/*background-color: rgb(102, 102, 170);*/
	color: #000;
	height: 30px;
}

.winners_details > thead > tr > th.titlecell {
	background: #999;
	text-align: center;
	height: 18px;
	font: 28px font1, sans-serif;
	border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 8px 5px;
}

.winners_details > tbody > tr > td {
	padding: 8px 8px;
}



.winners_details > tbody > tr:nth-child(odd) > td {
   background-color: rgba(255, 255, 255, 0.5);
}

.right_float {
	float: right;
	display: table-cell;
	width: 200px;
}

#chartdiv > div > div > div.amChartsPeriodSelector > div:nth-child(1) {
	display: none !important;
}

.amChartsPeriodSelector {
	/*display: none !important;*/
}