﻿
.card_img {
	background-image: url('../../images/credit_card_logos_11.gif');
	background-repeat: no-repeat;
	width:235px;
	height:35px;
}

.card_cvv {
	background-image: url('../../images/credit_card_logos_34.gif');
	background-repeat: no-repeat;
	background-size: 90% 90%;
	width:180px;
	height:80px;
}



@media print {
    
    button, ul, re-captcha, p, h2, h3, img, tbody {
        display: none;
    }

    div, th {
        font-size: 8pt;   
    }

    fieldset {
        max-height: 225px;
    }

    legend {
        margin-bottom: auto;
        font-size: 10pt;
    }

    label {
        font-size: 8pt;
        width: auto;
        margin: auto;
        display: inline-block;
    }

    input[type="text"], select {
        font-size: 8pt;
        width: auto;
        margin: 0 10px 0 0;
        display: inline;
    }

    .form-group {
        display: inline;
        float: left;
        width: auto;
        margin: 0 10px 0 0;
    }

    .form-control {
        height: 25px;
    }

    .text-danger {
        display: none;
    }

   
}