
/* MD view port 767 MAX WIDTH  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width:767px) {
	
}

/* 576 MAX WIDTH start of sm view port
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width:575px) {
	
}

/* 450 MAX WIDTH 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (max-width: 450px) {
	
}


/* 300 MAX WIDTH 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (max-width: 300px) {
	.template1-img {
		height: 80%;
		width: 80%;
	}
	.template1_score {
		top:39px;
		left:162px;
		font-size:38px;
	}
	.template1_scoreLow {
		text-indent: 48px;
		padding-top: 69px;
		font-size: 10pt;
	}
	.template1_dash {
		text-indent: 67px;
		padding-top: 68px;
		font-size: 10pt;
	}
	.template1_scoreHigh {
		text-indent: 75px;
		padding-top: 69px;
		font-size: 10pt;
	}
	
	
}