.heading_report h1 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 0;
    padding-top: 1%;
    padding-left: 0%;
}
.heading_report span {
    font-size: 24px;
    text-align:center;
    color: #fff;
}
.heading_report div img{
    width: 50px;
    float:right;
}

.report_details p{
    text-align: center;
    padding: 5px 15px 5px 15px;
    background-color: #fefce3;
    margin-bottom: 0px;
}

.report_details p a{
    color: #727271;
}

report_no_page p{
    padding: 0px;
}

.report_hr_line {
    content: " ";
    display: block;
    border-bottom: 1px solid #898989;
    /*padding: 5px 2px 5px 4px;*/
}

.fs_13 {
    font-size: 13px;
}
.bold{
    font-weight: bold;
}
.pad_10{
    padding: 10px;
}