@media screen{
	div#page-container{
		min-width:320px;
	}
	
	div#body{
		padding-bottom:140px;
	}
	
	div#banner{
		height:200px;
	}
	
	div#logo{
		width:200px;
		margin-top:30px;
	}
	
	td#image-container-inner{
		height:300px;
	}
	
	div.button, button{
		padding-left:20px;
		padding-right:20px;
		width:100%;
	}
	
	div#results div#column-one{
		float:none;
		width:100%;
		margin-right:40px;
	}

	div#results div#column-one div#sub-column-one{
		text-align:center;
		float:none;
		width:100%;
	}
	div#results div#column-one div#sub-column-two{
		float:none;
		width:100%;
	}

	div#results div#column-two{
		float:none;
		width:100%;
		margin-top:40px;
	}
	
	div#results div#share-container{
		text-align:center;
	}
	
	div#outer-footer{
		height:140px;
	}
	
	div#footer-links{
		float:left;
		text-align:center;
	}
	
	div#footer-logo{
		float:none;
	}
	
	div#result-percentage-label{
		font-size:30px; 
	}
	
	div#result-percentage{
		font-size:100px; 
	}
}