/*css*/
@page bigger { sheet-size: 420mm 400mm; }
@page *{
    margin-top: 0cm;
    margin-bottom: 2.54cm;
    margin-left: 3.175cm;
    margin-right: 3.175cm;
}
body {
    font-family: sans-serif;
    margin:0;
}
.wdm-grey {
    color: #a0a0a0;
    font-size: 14px;
}
#wdm-certificate{
    /*background: url(certificate-element3.png) no-repeat top left;*/
    background-size: contain;
    /*width: 810px;*/
    /*min-height: 357px;*/

    /*margin-left: 10%;*/
    background: none;
    width: 97%;
    margin-top: 0px;
    /*height:400px;*/
    border: 1px solid #216098;
}
.wdm-heading{
    color:#22629B;
    font-weight: normal;
    margin: 0;
    margin-top:1.5%;
    padding: 0 0 0 20px;
}
.wdm-user {
    margin-top: -95px;
    text-align: center;
    /*width: 46%;*/
    position: relative;
    padding-left: 50%;
}
.wdm-user-name {
    width: 93%;
    font-size: 19px;
    margin: 10px 0 0 0;
    font-weight: normal;
}
.wdm-grad {
    margin-top: 90px;
    text-align: center;
}
.wdm-grad-bg{
    background: -webkit-gradient(linear,right top, left top,from(#082941),to(#22629B));
    background: -webkit-linear-gradient(right,#082941,#22629B);
    background: linear-gradient(to left,#082941,#22629B);
    color: #fff;
    display: table;
    margin: auto;
    padding: 6px 10px;
    width: 500px;
}
.wdm-course-name {
    text-align: center;
    margin: 14px auto;
    /*width: 600px;*/
    width: 425px;
}
.wdm-text{
    text-align: center;
    width: 600px;
    margin:auto;
}
.wdm-list{
    font-size: 14px;
    margin:0;
    padding:0;
}
.wdm-list li{
    margin-bottom: 10px;
    list-style-type:none;
}
.wdm-ans{
    padding-bottom: 3px;
    /*border-bottom: 2px solid #e0e0e0;*/
}
.wdm-list span{
    display: inline-block;
}
.wdm-bottom {
    margin: 20px auto auto;
    width: 600px;
}
.sign-author{
    width: 150px;
    padding: 0 29px 6px;
    border-bottom: 2px solid #e0e0e0;
    margin: 0 auto 5px;
}

.wdm-bottom-left {
    width: 50%;
    float: left;
}
.wdm-bottom-right {
    text-align: center;
    width:180px;
    float: right;
    margin-left: 60px;
}
.sign-company {
    line-height: 1.6;
}
.bottom-grad{
    background: -webkit-gradient(linear,right top, left top,from(#082941),to(#22629B));
    background: -webkit-linear-gradient(right,#082941,#22629B);
    background: linear-gradient(to left,#082941,#22629B);
    height: 35px;
    margin-top: 30px;
}
.wdm-strip{
    position: relative;
    left: 0;
    margin-top: -80px;
}
.sign{
    margin-left: 40px; 
}
.wdm-user-name, .wdm-course-name, .wdm-ans{
    background-color: #dde4ff;
    padding: 3px;
}