/* 
style-mobile767.css is the default style sheet for mobile devices.
Use this style sheet for any formatting you want to have override that
one on really small (< 400px) screen sizes...
FYI: I know 479 is the standard, but the Harmonic Calculator table defaults to 400px wide, 
so I'm making that the threshold
*/
@media only screen and (max-width: 400px)
{

	#HarmonicFrequencies {
		width: 100%;
	}

	#site_title a span {
		padding-right: 20px;
		text-decoration: underline;
	}
	
	h3.debug-style {
		color: white;
	}
}

@media only screen and (max-width: 480px)
{

	#templatemo_menu ul {
	    margin: 0;
	}

	h3.debug-style {
		color: gold;
	}
	
	#templatemo_menu ul li a {
	/*width: 90px;
	height: 18px;
	padding-top: 30px; 
	font-size: 16px; */
	

}