.tip
{
	padding-right:20%;	
	margin-bottom:2em;
}

.tipIcon
{
	height:7em;
	overflow:hidden;
}

@media screen and (max-width: 37.5em) /*600px*/
{
	.responsive .six12s
	{
		width:100%;	
	}
	
	.responsive .one12
	{
		display:none;
	}
	
	.responsive #instructions
	{
		width:100%;
	}

	.responsive .tips
	{
		width:100%;
	}
	
	.responsive .tip
	{
		padding:0px;
	}
	
	.responsive .tipIcon
	{
		height:auto;
		overflow:visible;
	}
	
	.responsive .productButton
	{
		margin-bottom:.5em;
	}	
}
