/*	DonationForm_Print.css */

/*@media print {*/
		.print-your-receipt-content, .printable-receipt-wrapper
		{
			width:750px	;
		}
        .html-wrapper {
            display: none;
        }

        .printable {
            display: block;
        }

        .not-printable {
            display: none !important;
        }

        .only-print {
            display: block;
        }

        .printable-receipt-wrapper * {
            font-size: 14px;
        }

        .donation-form-title {
            font-size: 20px;
            color: #9c5fb5 !important;
        }

        .row {
            margin: 10px 20px;
        }

        .col-xs-6:first-child {
            padding: 0 10px 0 0;
            margin-left: -10px;
        }

        .col-xs-6:last-child {
            padding: 0 0 0 10px;
            margin-right: -10px;
        }
		
		.col-md-6 {display:inline-block;}
		
		#donationRight{
			float:none;
			border:none;
		}

        .receipt-header {
            font-weight: bold;
            margin: 20px 0;
            font-size: large;
        }

        .receipt-label {
            width: 50%;
        }

        .main-content form {
            width: auto;
        }

        #DonationForm span {
            display: inline;
        }
/*}*/
/*	DonationForm_Print.css */