
div#target {
    margin-top: 60px;
    border: 1px solid #000;
    padding: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}


.salaryslip-wraper .top-heading {
    text-align: center;
}


.salaryslip-wraper .top-heading h5{
     font-family: 'Roboto';
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: rgb(79,97,40);
}

.salaryslip-wraper .top-heading h6{
    font-family: 'Roboto';
    color: #000;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 30px;
}

.salaryslip-wraper .top-heading p{
    font-family: 'Roboto';
    color: #000;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    margin: 0px;
    display: block;
    margin-bottom: 13px;
}


.detial-wraps {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    border: 1.4px solid #000;
    padding-left: 15px;
    padding-right: 15px;
}


.left-inner,
.right-inner{
      display: flex;
    align-items: center;
    margin-bottom: 7px;

}
.notes p {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    text-align: center;
}

.notes {
    padding: 20px 0px;
}

.left-wrapper {
width: 41%;
    margin-right: 16%;
}
.name {
    width: 40%;
}
.designation {
    width: 60%;
}

.right-wrapper{
    width: 50%;
}

.left-wrapper p,
.right-wrapper p{
    margin: 0px;
    font-family: 'Roboto';
    color: #000;
    font-weight: 400;
    font-size: 13.5px;
}



.table-wrap{
display: table;
    width: 100%;
    border: 1.4px solid #000;
    border-collapse: collapse;
    border-top: 1px solid transparent;
}
.table-wrap .row.footer{
    border: 1.4px solid black;
}
.table-wrap .row {
  display: table-row;
}
.top-details-area{
    border-bottom: 1px solid transparent;
}
.table-wrap .header {
    font-weight: bold;
    background-color: transparent;
}
.table-wrap.top-table-wraps .cell{
    width: 100%;
    white-space: nowrap;
}
.income-tax-wraps h5{
    text-align: center;
    font-size: 17px;
    color: #000;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

.table-wrap .cell {
    display: table-cell;
    padding: 7px;
    border: 0px solid #ccc;
    margin: 0px;
    font-family: 'Roboto';
    color: #000;
    font-weight: 600;
    font-size: 13.5px;
    width: auto;
}


.table-wrap  .header .cell{
font-weight: 600;
}


.table-wrap .cell:nth-child(1),
.table-wrap .cell:nth-child(5){
   font-weight: 400;

}

.table-wrap .header .cell:nth-child(1),
.table-wrap .header .cell:nth-child(5){
  font-weight: 600;
}

.income-tax-wraps .left-wrapper{
width: 35%;
    margin-right: 5%;
}