﻿g.highcharts-legend {
	display: none;
}

caption {
	padding-bottom: 15px;
	font-family: 'Verdana';
	font-size: 1.2em;
	color: #555;
}

table {
	font-family: 'Verdana';
	font-size: 12pt;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
}

	table tr:nth-child(odd) {
		/* background-color: #fff; */
	}

	table tr:nth-child(even) {
		/* background-color: #FCF9F9; */
	}

th {
	font-weight: 600;
	padding: 10px;
}

.highcharts-title
{
	font-family: Mitr-Regular !important;
    font-size:13pt !important;
}
.highcharts-yaxis,.highcharts-xaxis
{
	font-family: Mitr-Regular !important;
	font-size:11pt !important;
}
