md-radio-button {
  display: inline;
}
#resultSection,#resultSection_two{
	display:none;
}
#readingIcon {
	display: inline !important;
}
#readingTxt {
    margin-left: 21%;
    margin-top: -19%;
}
#error_section{
	display:none;
}

#graphDiv {
	position: absolute;
	left: 54.8%;
	top: 8%;
	opacity: 1;
	height: 24.4%;
	width: 38.5%;
	border:2px solid #FFFFFF; 
	/* display: none; */
}
 @media only screen and (min-width: 360px) and (max-width: 499px) {
	#graphDiv {
		left: 54.8%;
		top: 10.5%;
		height: 24%;
		width: 37%;
	}
}
 @media only screen and (min-width: 300px) and (max-width: 359px) {
	#graphDiv {
		left: 54.8%;
		top: 12.5%;
		height: 21.2%;
		width: 34.8%;
	}
}

 @media only screen and (min-width: 200px) and (max-width: 299px) {
	#graphDiv {
		left: 54.8%;
		top: 13.5%;
		height: 20.2%;
		width: 33.8%;
	}
}
