
/* Resets */
.graph-container,
.graph-container div,
.graph-container a,
.graph-container span {
	margin: 0;
	padding: 0;
}


/*  Graph Container */
.graph-container {
	position: relative;
	height: 300px;
}

.graph-container > div {
	width: inherit;
	height: inherit;
}
