@media screen {
	* {
		border: 0;
		margin: 0;
		padding: 0;
	}

	html {
		background: #dbe7f3;
		color: #08335e;
		font: 73%/1.5 Arial,Helvetica,sans-serif;
		text-align: center;
	}

	#outerSkin {
		background: #fff;
		margin: 20px auto;
		overflow: hidden;
		padding: 20px;
		width: 700px;
	}
	
	body.zoomedIn #outerSkin {
		width: 873px;
	}

	h1 {
		float: right;
		font-size: 1.666em;
	}

	img {
		display: block;
	}

	#coupon {
		margin: 20px auto 0;
		text-align: center;
	}

	table {
		border-collapse: collapse;
		margin: auto;
		text-align: left;
	}

	img.couponPart {
		width: 700px;
	}

	#smallPrint  {
		float: left;
		width: 102mm;
	}

	.relativeParent {
		overflow:hidden;
		position: relative;
	}

	.fakeBackgroundImage {
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}

	.fakeBackgroundContent {
		color: #fff;
		font-size: 9px;
		padding: 5px 20px;
		position: relative;
		z-index: 1;
	}

	#barcode {
		float:right;
		width: 45mm;
	}

	#coupon table,
	img.couponPart,
	img#couponImg {
		width: 700px;
	}
	
	body.zoomedIn #coupon table,
	body.zoomedIn img.couponPart,
	body.zoomedIn img#couponImg {
		width: 873px;
	}

	#couponText {
		height: 1px;
		left: -10000px;
		overflow: hidden;
		position: absolute;
		width: 1px;
	}

	.notForPrint {
		text-align: left;
	}

	span.print {
		background: url('http://www.thetrainline.com/buytickets/Portals/TheTrainline/images/button_major_right.gif') no-repeat 100% 0;
		float: left;
		padding: 0 .4em .2em 0;
	}

	span.print input {
		background: url('http://www.thetrainline.com/buytickets/Portals/TheTrainline/images/button_major_left.gif') no-repeat;
		color: #08335e;
		cursor: pointer;
		float: left;
		font-weight: bold;
		height: 2.8em;
		padding: 0 .4em .9em .8em;
	}

	h2 {
		clear: left;
	}
	
	body.zoomedOut #couponImg {
		cursor: url(zoomIn.cur), pointer;
	}
	
	body.zoomedIn #couponImg {
		cursor: url(zoomOut.cur), auto;
	}

}

@media print {
	html {
		font-size: 100%;
		text-align: center;
	}
	
	.notForPrint {
		display: none;
	}

	#coupon table,
	img.couponPart,
	img#couponImg {
		width: 148mm;
	}
}

@media print and (-webkit-min-device-pixel-ratio:0){
	#coupon table,
	img.couponPart,
	img#couponImg {
		width: 185mm;
	}
}