*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.chart {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.options {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: #fff;
	padding: 5px;
}

.options ul {
	display: table;
	width: 100%;
	vertical-align: middle;
}

.options ul li {
	display: table-cell;
	padding: 3px;
}

.options ul li a {
	display: block;
	border: 1px solid #00418d;
	background: #00418d;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

.options ul li a.selected {
	border: 1px solid #31B0D5;
	background: #31B0D5;
}
.highcharts-grid path{
	stroke-width: 0.5 !important;
}