
@media print {

    body {
        margin: 0;
        color: #000;
        background: #fff !important;
    }

    .reg-form{
        width: 650px !important;
    }

    .border{
        border: 1px solid #00013a !important;
    }

    button,
    .ticket-email-info{
        display: none !important;
    }

}
