﻿
body {
    margin:0;
    padding:0;
    font-family:'Times New Roman', Times, serif;
    height: 726px;
    width: 1851px;
}

.page {
    width: 210mm;
    min-height: 297mm;
    margin: auto;
    background: white;
    padding: 15mm;
    box-sizing: border-box;
}

.title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
table {
    border-collapse: collapse;
}

td {
    padding: 6px;
    vertical-align: top;
}
.border {
    border: 1px solid black;
}
.Pheadtbl {
    width: 100%;
    border-collapse: collapse;
}
.logo {
    width: 120px;
    text-align: center;
}
@media print
{
    body
    {
        background:white;
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
    .page{
        border:none;
        margin:1;
        width:210mm;
        min-height:297mm;
    }
    #btnSearch
    {
        display:none;
    }
    #btnGetHallticket
    {
        display:none;
    }
    #btnPrint {
        display: none;
    }
    #txtRegno
    {
        display:none;
    }
    #lblRegisterNumber
    {
        display:none;
    }
    .Phead{
        display:none;
    }
}