body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;               
}


#download_cert{
    width:1000px;
    text-align:left;
    margin:50px auto 0px auto;     
    height:35px;
}
#cert_container{ 
    direction:ltr !important;
    width:1000px;        
    height:774px;
    margin:30px auto 30px auto;     
    position: relative;
}

#cert_container #names_container{
    height: 665px;
    width: 500px;
    float: right;
    text-align: center;
    margin-right: 64px;
}

#cert_container #student{        
    margin-top:340px;
    color:#ff542c;
    height:80px;
    line-height: 80px;
    overflow: hidden;
}

#cert_container #course{ 
    margin-top:40px;
    color:#ff542c;
    height:70px;
    line-height: 70px;    
    overflow: hidden;
}

#cert_container #trainer{        
    margin-top:45px;
    color:#ff542c;
    height:50px;
    line-height: 50px;      
    overflow: hidden;
}

#cert_container #date{        
    position: absolute;
    font-weight: bold;
    height: 24px;
    width: 115px;
    bottom: 37px;
    right: 63px;
    color: #181818;
    line-height: 24px;
}

#cert_container #code{        
    font-weight: bold;
    position: absolute;
    height: 24px;
    width: 115px;
    bottom: 37px;
    right: 268px; 
    color: #181818;
    line-height: 24px;
}