td {
		border-bottom:none;
}
.graph_type_select select {
	width:auto;
	border:1px solid #c3c3c3;
	height:auto;
	font-size:13px;
	padding:5px;
	background:#f5f5f5;
	margin:0;
	display:inline-block;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
.graph_tabs {
	list-style:none;
	font-size:0;
	letter-spacing:0;
	text-align:right;
}
.graph_tabs li {
	display:inline-block;
}
.graph_tabs li a {
	display:block;
	font-size:13px;
	color:#f1f1f1;
	font-weight:600;
	padding:0 8px;
	text-decoration:none;
	line-height:29px;
	background:#b1b1b1;
	border-right:1px solid #9d9d9d;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.graph_tabs li.active a {
	color:#fff;
	background:#141414;
	border-right-color:#030303;
}
.graph_heading {
	font-size:18px;
	color:#2c2c2c;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	padding:10px 0;
	border-bottom:1px solid #b2b2b2;
}
.graph_heading.graph_heading_small {
	font-size:14px;
	color:#6e6e6e;
	text-transform:none;
}
.graph_table {
	border-collapse:collapse;
}
.graph_table th,
.graph_table td {
	font-size:14px;
	color:#7c7c7c;
	padding:5px;
	text-align:left;
	border-bottom:1px dotted #a4a4a4;
}
.graph_table th {
	font-weight:600;
	text-align:center;
	color:#212121;
}
.graph_table th {
	border-bottom-color:#7d7c7c;
}
.canvasjs-chart-credit {
	display:none!important;
}