/* CSS ESPECIAL PARA SUDI V3 DE UPGRADE DISEÑO INTERACTIVO */

/* R_PANEL */

	/* EXP_STATS */
	
		#est_exp_chart_container {
			width:80%;
			height:auto;
			margin:5px auto;
		}
			#est_exp_chart_container canvas {
				width:95%;
				margin:auto;
			}
	#est_exp_total,.r_panel_table_container {
		display:block;
		width:100%;
		color:929292;
		text-align:center;
		margin:20px auto;
	}
	
		#est_exp_total div, .r_panel_table_container div {
			display:inline-block;
			width:40%;
			padding:3px 0px;	
		}
			#est_exp_total div:nth-child(odd) {
				text-align:right;
				color:#725091;
			}
			#est_exp_total div:nth-child(even) {
			text-align:left;
		}
		
			.r_panel_table_container div {
				font-size:.7em;	
			}
			