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

 	/* Define amCharts*/
 	#chartdiv {
		width	: 100%;
		height	: 500px;
	}

/* Colors for Up and Down arrows */
	.green, .green a {
  color: rgba(0, 255, 0, 0.25);
}

	.red, .red a {
  color: rgba(255, 0, 0, 0.25);
}

/* Colors for Table Cells */
	.green_bg {
  background-color: rgba(0, 255, 0, 0.25);
}

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

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

/* Centering Table Cells*/

.table {
	background-color: #fff;
}

.table td, th {
   text-align: center;
   vertical-align:middle !important;
}

.hands_title {
	font-size: 24px;
}

.hands_BB {
	font-size: 14px;
}

/* No-wrapping ratings */

.nowrapcell {
	min-width: 140px;
}

/* Total Luck */
#total_luck {
	width: 50px;
	height: 118px;
	background-color: #bfffbf;
}

#total_luck_fill {
	width: 100px;
	height: 118px;
	background-image:url('/poker/reports/img/clover_negative_big.png');
}

.luck_box{
	width: 50px;
	height: 59px;
	background-color: #bfffbf;
}

.luck_fill{
	width: 50px;
	height: 59px;
	background-image:url('/poker/reports/img/clover_negative_medium.png');
}

#luck_1 {
	width: 25px;
	height: 59px;
	background-color: #bfffbf;
}

#luck_1_fill {
	width: 50px;
	height: 59px;
	background-image:url('/poker/reports/img/clover_negative_medium.png');
}

#luck_2 {
	width: 35px;
	height: 59px;
	background-color: #bfffbf;
}

#luck_2_fill {
	width: 50px;
	height: 59px;
	background-image:url('/poker/reports/img/clover_negative_medium.png');
}

#luck_3 {
	width: 45px;
	height: 59px;
	background-color: #bfffbf;
}

#luck_3_fill {
	width: 50px;
	height: 59px;
	background-image:url('/poker/reports/img/clover_negative_medium.png');
}

#luck_4 {
	width: 15px;
	height: 59px;
	background-color: #bfffbf;
}

#luck_4_fill {
	width: 50px;
	height: 59px;
	background-image:url('/poker/reports/img/clover_negative_medium.png');
}
#from_trend, #to_trend {
	display: none;
}