	/* Main Page */
	* {
		font-family: calibri,arial,sans-serif;
	}
	
	#nav {
		width: 300px;
		height: 100%;
		float: left;
		background-color: #f8f8f8;
	}
	
    #graph {
		width auto;
		height: 100%;
		overflow: hidden;
    }
	
	#timeSeriesList {
		width: 270;
	}
	
	#timeRangeList {
		width: 270;
	}
	
	/* Tippy.js */
	
	.tippy-tooltip {
	position: relative;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.4;
	background-color: #333;
	transition-property: visibility, opacity, transform;
	outline: 0
}