@media print {
#multi-axis { display:none; }
#data-table table thead tr th.alignright{
text-align: right !important;
}
#data-table table tr td.alignright {
    text-align: right !important;;

}
#data-table table thead tr th.alignleft {
    text-align: left;
}

#data-table table tbody td.name {
    margin: 0 0 0 22px;
    min-width: 168px;
    padding-right: 0 !important;
    text-align: left;
}
td {
    font-size: 13px;
    padding: 4px 0;
    vertical-align: middle;
}
#data-table table tbody tr.even {
    background-color: #F1F1F1;
}

#data-table table tbody tr.odd {
    background-color: #FFFFFF;
}
#data-table table tbody tr.active {
    background: none repeat scroll 0 0 #FFCC33 !important;
}

#chart-legend .axis {
    display: none;
    float: left;
    margin: 0 10px 0 0;
    width: 220px;
}
#data-table table tbody td.left-align {
    text-align: left;
}
#changeperiod{
	width: 130px !important;
}	
#changeyear{
	width: 130px !important;
}
.location{
width: 150px;
}
		
}

