﻿.FullCert {
    orientation: landscape
}

.p { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }

@media print
{    
    body {
    margin: 0;
    padding: 0;
    object-fit: cover;
    }
    .Button
    {
        display: none !important;
    }
    #wtUserFullName {
        top: 280px !important;
        left: 75px !important;
    }
    #wtCourseName {
        top: 360px !important;
        left: 75px !important;
    }
    #wtCourseDate {
        top: 467px !important;
        left: 75px !important;
    }
    @page {
        size: landscape;
        height: 6.6in !important;
        }
}
