@charset "utf-8";
/* CSS Document */

@page {
    margin: 15px;
}

@media print {
	a[href]:after {
		content: none !important;
	}
  
  	#payment-details .panel-success,
  	.top-header,
	#top-navbar,
	button, 
	#s-go-btns,
	.print-row, 
	.divider,
	#s-footer,
	.mh-fixed-navbar {
		display: none !important;	
	}
	
	#smc .sep-q {
		margin-bottom: 10px !important;	
	}
	
	.payment-bg1,
	.payment-bg2 {
		padding-bottom: 0;
	}
	
	#invoice-details h2,
	#payment-details h2 {
		margin-top: 0;
	}
	
	fieldset {
		padding-bottom: 5px !important;
    	padding-top: 5px !important;
	}
}