







/* All Mobile Sizes (devices and browsers)
====================================================================== */
@media only screen and (max-width: 767px) {

	.submitbut{
		
		margin-left:30px !important;
	}
	
}


/*==========================================================================*/


/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.submitbut{
		
		margin-left:30px !important;
	}
	
	
}

/*==========================================================================*/



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {

.reset_button, .submitbut{
	
		display:block;
		margin-bottom:10px !important;
		margin-top:10px !important;
		margin-left:70px !important;
		
	}
	

.bar_graph_image{
	
	width:150px !important;
	height:50px !important;
}


}




