﻿

.print{
    display:none;
}

.print_view {
    display:block;
}

    .print_view th {
        text-align: center;
        width: 80px;
        height:60px;
    }

    .print_view td {
        text-align: center;
        height: 60px;
    }

