/*maincontent{min-width: 1000px !important;}*/
	/* 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: #0f0;
}

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

/* Colors for Table Cells */
	.green_bg {
  background-color: #0f0;
}

	.red_bg {
  background-color: #f00;
}

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

/* Centering Table Cells*/

.table {
	background-color: #fff;
}

.table td, th {
   vertical-align:middle !important;
   /*white-space: nowrap;*/
}

.left_align {
	text-align: left !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: 36px;
	height: 50px;
	padding: 0;
}
#from_trend, #to_trend {
	display: none;
}



tr.center {
	text-align: center;
}

.table-curved {
    border-collapse: separate;
    /*table-layout:fixed;*/

    /*min-width: 1139px;*/
}
.table-curved {
    border: solid #ccc 1px;
    border-radius: 6px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.table-curved .analysis_table_title th {
    border-top: none;
}
.table-curved th:first-child  {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}


.analysis_table_title{
	color: #333;
	background-color: #f5f5f5;
	padding: 10px 15px  !important;
	border-bottom: 1px solid #ddd !important;
	table-layout: auto;
}

.table>tbody>tr.hand>td {
	border-bottom: 1px solid #ddd;
	border-bottom-width: 1px;
}

.table>tbody>tr.hand:last-child>td {
	border-bottom: 0;
	border-bottom-width: 0;
}




.table>tbody>tr.analysis_table_sub_title>td{
	/*border: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
	border-bottom-width: 1px;
	height: 38px;
	font-weight: 500;
	text-align: center;
}
.table>tbody>tr.analysis_table_content>td{
	  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


h3{
	font-size: 16px;
	margin: 0;
	line-height: 1.1;
}

.row_your_hand{
	width: 180px !important;
	min-width: 180px !important;
}
.row_board{
	width: 225px !important;
	min-width: 225px !important;
}

.row_hand{
	width: 100px;
}

.row_players{
	width: 60px;
}

.row_position{
	width: 60px;
}

.row_bb_won{
	width: 60px;
}

.row_dollar_won{
	width: 90px;
}

.row_information{
	width: 140px;
}

.row_date{
	width: 125px;
}

.row_replay{
	width: 100px;
}

.row_forum{
	width: 100px;
}



/*tr.analysis_table_sub_title > td.*/

/*
.row_your_hand{
	width: 100px !important;
}
.row_board{
	min-width: 225px !important;
}

.row_hand, .row_position, .row_bb_won, .row_dollar_won{
	width: 20% !important;
}




.row_date{
	width: 170px !important;
}

.row_replay{
	width: 100px !important;
}
*/
/*
          <td class"row_your_hand">Your Hand</td>
          <td class"row_board">Board</td>
          <td class"row_hand">Hand</td>
          <td class"row_position">Position</td>
          <td class"row_bb_won">BB won</td>
          <td class"row_information">Information / Tag</td>
          <td class"row_date">Date</td>
          <td class"row_replay">Replay</td>
*/

#subject-error {
	color: #f00;
}


