@media print {
	/* Hide button from print version */
	.doNotPrint {
		display: none !important;	
	}
}

div#headerRow {
	background-image: url('/images/ace_logo_120x100.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

div.row#cvvImage {
	background-position: right;	
	background-repeat: no-repeat;
	background-size: contain;
}
input#CreditCardNumber {
	background-image: url('/images/creditcards_166x26.png');
	background-repeat: no-repeat;
	background-position: right;
}

table#creditsTable thead tr {
	background-color: #DDD;	
}

td.subtotal {
	font-weight: bold;
}

input#PurchaseTotal {
    font-weight: bold;	
}

input#PurchaseTotal {
    font-weight: bold;	
}
span.glyphicon.glyphicon-hand-left {
    color: #FF0000;
}
span#CostOfCredits {
	font-weight: bold;
}
/*  Override Bootstrap */
.container {
	width: 960px;	
}
.row {
	margin-left: 0;
	margin-right: 0;
}