@charset "utf-8";

/*.chart-responsive{position:relative;padding:10px;width:100%;overflow:scroll;text-align:center;background:url(/images/prog/age/bg_pattern.png);}
.chart-responsive>div{width:720px;}
.chart-responsive>div *{font-size:13px;letter-spacing: -1px;}
.chart-info{display:block;position:relative;padding:20px;text-align:center;color:#767676;font-size:13px;}
.chart-info:after{content:"";display:block;width:35px;height:41px;margin:0 auto;background:url(/images/prog/age/ico_scroll_v.png);z-index:10}
.chart-info:before{content:"";position:absolute;right:0;top:50%;display:block;width:100%;border-bottom:1px dashed #ccc;}
.jqplot-table-legend{display:none;}


@media only screen and (min-width:768px){
	.chart-responsive{border:0;overflow:hidden;background:none;border:1px solid #ddd;}
    .chart-responsive>div{width:100%;background-color:#fff;}
    .chart-info{display:none;}
}
@media only screen and (min-width:1240px){
	.chart-responsive>div{width:100%;}
}*/