/* CSS Document */
th { 
	color: #3E7FBB; 
} 

td, th { 
	border: 1px solid #AAA !important; 
} 

tr:nth-child(odd) { 
	background-color: #EDEDED; 
} 

tr:nth-child(even) { 
	background-color: #FFF; 
}
/*
#indi-ra01 {
	transition: opacity 500 ease-in-out;
}
*/

#tile-table {
	background-color: #EEE;			
}
#tile-table .tile-heading {
	background-color: #DDD;
}
#tile-table .tile-input-row {
	height: 100px;
}
textarea {
	border: none;	
}