.examination_report_canvas{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    min-height: 700px;
    padding-right: 20px;
    padding-left: 20px;
    background: #FAFAFA;
}

.examination_report_text_normal{

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #212529;
}

.examination_report_hospital_header{
    text-align: left;
    position: relative;
    top: 30px;
}

.examination_report_logo_header{
position: absolute;
width: 128px;
height: 24px;
right: 20px;
top: 40px;
}


.examination_report_medic_name{
position: relative;
top: 50px;
}

.examination_report_text_body{
    position: relative;
    top: 140px;
}

.examination_report_label{
    font-weight: 600;
    font-size: 14px;
}

.examination_report_title{
position: relative;
font-weight: 600;
font-size: 18px;
top: 100px;
text-align: center;
}

.examination_report_date{
position: absolute;
bottom: 20px;
text-align: left;
}