﻿@page {
    size: A4;
    margin: 1cm 1cm 1cm 2cm;
}

@media print {
    html, body {
        width: 1024px;      
    }

    body * {
        visibility: hidden;
      
        -webkit-print-color-adjust: exact;
    }

    MenuLst {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
   
   
        visibility: visible;
        height: auto !important;
        overflow-y: visible;
        /*text-align:center*/
    }

    #section-to-print {
        width: 90%;
        
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        float: right;
        top: 0;
        padding-right:20PX;
        margin: 0px;
       
        overflow-y: visible;
    }
}


.main1 {
    width: 95%;
    margin: auto;
   /* background: lightblue;*/
    /*     padding: 2px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.card1 {
    background: white;
    /*border-radius: 10px;*/
    border:2px  solid   #000000;
    /*  margin: 10px;*/
    padding: 10px;
    width: 48%;
    
    margin-bottom: 10px;
}

    .card1 hr {
        padding: 0px;
        margin: 5px;
    }

    .card1 p {
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .card1 span {
        font-size: 14px;
        font-weight: 400;
        margin: 4px;
    }

    .card1 .header1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .card1 .content-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .card1 .content-2 .codes {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.student-info p, .student-info span {
    font-size: 12px;
    font-weight: normal;
    margin: 4px;
}


