﻿
@page {
    size: auto; /* auto is the initial value */
    margin: 0;
    padding: 0; /* this affects the margin in the printer settings */
}

@media print {
    .print {
        visibility: visible;
        float: left !important;
    }


    /*.hello {
        display: none !important;
        visibility: hidden;
    }

    .bg-white {
        visibility: visible !important;
        display: block !important;
    }*/
    #CAD-right {
        margin-top: -80px !important;
    }

    .next {
        visibility: hidden;
    }

    .navbar2 a, .dropbtn, .hindi, #LCAD, .darkprint {
        color: black !important;
    }

    #Lpanel {
        margin-top: 200px !important;
    }

    #LPhoto {
        margin-top: 600px !important;
    }

    #LLinks {
        margin-top: 950px !important;
    }

    #LCAD {
        margin-top: -200px !important;
        margin-right: -200px !important;
    }

    .meninblack {
        max-width: 300px !important;
    }

    /*#name {
        border: 1px solid black !important;
    }*/
    /*.gola {
        margin-top: 30px !important;
    }*/
}
