@charset "UTF-8";

.content {
	color: #555;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
}

.content h1 { font-size: 32px; }
.content h2 { font-size: 16px; }
.content h3 { font-size: 14px; }
.content h4 { font-size: 13px; }
.content h5 { font-size: 13px; }
.content h6 { font-size: 13px; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial', 'Helvetica', sans-serif;
	color: #092c74;
	text-transform: uppercase;
	font-weight: 800;
}

.masthead.loggedIn, .footer, .withPrintIcon {
	display: none;
}

.orderReviewPoints {
	font-size: 14px;
}

table.subtotalTable > * > tr > td {
    font-size: 11px;
}

#container--hob {
	display: none;
}

.delivery-seq-style {
	font-size: 1.4em;
}

  @media print {
	.container {
		margin-left: -1em;
	  	width: 100%;
		padding-left: 1em;
	}
	#root {
		transform: scale(0.90); 
		transform-origin: top left;
		margin: 0;
		padding : 0;
	}

	body, html {
		margin: 0;
        overflow: hidden;
	}
  }
