@media only screen and (max-width : 900px)   {

	.paper {
		margin-top:0px;
	}

	.cart {
		margin-top: 0px;
		margin-left:-20px;
		width:295px;
		padding:0;
		/* border: 10px solid #f0ead9; */

	}
	
	#d_cart {
		display: none;
	}
	

	
	#m_cart {
		width: 100%;
		margin-left:0px;
		margin-top:0px;
		display: block;
	}
	
	#d_bonus {
		display: none;
	}
	
	#m_bonus {
		display: block;
		border-bottom: none;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	
	.buttons {
		margin-bottom:10px;
}
	
	#m_bonus .bonus_text {
		text-align: left;
		padding-bottom: 0;
		margin-bottom: 0;
	}	
	
	.cart_total {
		text-align: right;
		
	}
	
	.note {
		padding-bottom:10px;
		border-bottom: 1px dotted black;
	}
	
	#notes {
		padding-top:10px;
	}
	
	#notes textarea{
		text-align: left;
		width:260px;
		height:32px;
	}
		
	.recommendations h2 {
		width: 275px;
		background: none;
		text-indent: 0;
		
	}
	
	 .cart_title {
	 	font-family: 'Special Elite', cursive;
		font-weight: bold;
		text-align: center;
		font-size:18px;
		
	 }
	
}