#rsr{
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
	/* 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 td, th {
   text-align: center;
   vertical-align:middle !important;
}

.hands_title {
	font-size: 24px;
}

.hands_BB {
	font-size: 14px;
}

/* Bigger Trend Indicator */

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

/* Playing Cards */

.card{
	width: 33px;
	height: 40px;
}

/* Drawbox for responsive SVG */

/*#rsr{
	height: 1000px;
}*/
#from_trend, #to_trend {
	display: none;
}