@media screen and (min-width: 700px) {
    .pmr-1{
        padding-right: 15px;
    }
    .plm-1{
        padding-left: 15px;
    }
}
#Summery_tt th,td{
    padding: 7px;
    text-align:center;
}
#thbifurcation td,#Scattering td,#Injectionvsrecovery td,#AverageInjectionvsrecovery td
{
    padding: 7px;
    font-size: 13px;
    text-align:center;
    border: 1px solid black;
}
.pmr-1{
    padding-right: 0.25rem!important;
}
.plm-1{
    padding-left: 0.25rem!important;
}
#Summery_tt th{
    position: sticky;
    top: 0;
} 
.tfooter{
    position: sticky;
    bottom: 0;
}


