html, body {
	width: 8.5in;
	}
	
h1 {
	font-size: 22px;
	border-bottom: 1px solid #000;;
	margin: 5px 10px;
	}
h2 {
	font-size: 18px;
	}
	
ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 20px;
	}
	
	ul ul {
		margin: 10px 0px;
		}
	
	.price, .quantity {
		display: inline;
		}
		
	.header {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #000;
		width: 300px;
		}
	
	.city, .state, .zipcode {
		display: inline;
		}
	.card {
		padding-top: 20px;
		}
.map {
	display: block;
	clear: both;
	margin: 0 auto 20px;
	}
	
.column {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	}
				
#header {
	display: none;
	}

#footer {
	display: none;
	}

#receipt ul li {
	list-style-type: none;
	}
	
	#confirmation {
		text-align: center;
		}
	
		#receipt .product {
			border-bottom: 1px dotted #000;
			}
	
	div.SEAtrain-smallAndRound {
		display: none;
		visibility: hidden;
		}
	
	input[type="button"], input[type="submit"] {
		display: none;
		visibility: hidden;
	}
	
.page-break{
	page-break-after:always;
	}
