body {
	overflow		:hidden;
	margin			:0;
	padding			:0;
}

#svg-box {
	width			:100%;
	height			:100%;
}

#svg-box svg {
	width			:100%;
	height			:100%;		
}

#data {
	position		:absolute;
	z-index			:1000;
	width			:500px;
}

#sin-y {
	font-weight		:bold;
	color			:purple;
}

#cos-y {
	font-weight		:bold;
	color			:orange;
}

#tan-y {
	font-weight		:bold;
	color			:greenyellow;
}

