﻿/* Defaults */
body {
    background-color: #CCCCCC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.divPrintCert {
    width: 655px;
    padding: 30px 50px 30px 50px;
    margin-left: auto;
    margin-right: auto;
}
.programCertify { 
    font-family: OpenSans-Regular, Arial, Sans-Serif; 
    font-size: 100%; font-weight: normal; 
    color: black; 
    font-style: italic; 
    font-size: 16px; 
                  padding-bottom: 16px; }
.recipientName {
    font-family: OpenSans-Regular;
    color: #002159;
    font-size: 40px;
    padding-bottom: 16px;
}
.programComplete {
    font-family: OpenSans-Regular, Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: black;
    font-size: 16px;
    padding-bottom: 20px;
}
.programTitle {
    font-family: OpenSans-Regular;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.programInfo {
    font-family: OpenSans-Regular, Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: black;
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 60px;
}
.grayline {
    color: #666666;
    background-color: #666666;
    border: 0;
    height: 2px;
}
.dirName {
    font-family: OpenSans-Regular, Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: 444444;
    font-size: 15px;
    line-height: 150%;
}
.dirTitle {
    font-family: OpenSans-Regular, Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
    color: 444444;
    font-size: 13px;
    line-height: 120%;
}
image {
    border: none;
    max-width: 100%;
}

    @media print {
        body {
            /*-webkit-print-color-adjust: exact;*/
            background-color: #FFFFFF;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }
        .divPrintCert {
            width: 640px;
             padding: 30px 68px 30px 68px;
           margin-left: auto;
            margin-right: auto;
        }
      
        
        }


    
