.chartselection_toprow,	
.chartresults_toprow{
	width:70px;
	color:#fff; /* SET TOP ROW TEXT COLOR */
	background-color:#5E213B; /* SET TOP ROW BACKGROUND COLOR */
}

.chartselection_highlighted,	
.chartresults_highlighted {
	background-color:#F5F5F5; /* SET HIGHLIGHTED ROW BACKGROUND COLOR */
}

.chartselection_nonhighlighted,
.chartresults_nonhighlighted{
	background-color:none; /* SET NONHIGHLIGHTED ROW BACKGROUND COLOR */
}


.chartselection_table td,
.chartresults_table td{
	padding:10px;
}

.chartselection_buttons,
.chartsresults_buttons{
	width:100%;
	text-align:right;
	padding:10px 0 10px 0;
}

.chartselection_table ul{
	margin:0;
	padding-left:10px;
}

.chartresults_table{
	border-collapse: collapse;
}

.chartresults_table th,
.chartresults_table td{
	border: 1px solid #ccc;
}

.chartresults_col1{
	border:none !important;
}
	
.chartresults_col2{
	border:none !important;
}

@media all and (max-width: 480px) {
	.chartselection_table,
	.chartresults_table{
		font-size:10px;
	}
	
	.chartselection_table td,
	.chartresults_table td{
		padding:2px;
	}
}