.invoiceTable {
  max-width: 700px;
  margin: 0px auto;
  border: 1px solid darkgrey;
  border-radius: 3px;
  padding: 10px;
}
.invoiceDetailsParent {
  display: inline-block;
  max-width: 700px;
  justify-content: center;
}


.center {
  margin-left: auto;
  margin-right: auto;
}

@media print {
        .noPrint {
            display: none;
        }
            

        .noLink[href]::after {
            content: none !important;
          }


        .printRemoveBorders{
            border:0;
        }
        .printBtn::after {
            content: none !important;
        }

}
.lineAmtValue{
    text-align: right;
}
.srNoClass{
    width: 100px;
    text-align:center;
}
.srNoValue{
    text-align:center;
}
@media only screen and (max-width: 600px) {
    .textWrap{
        clear:left;
    }
  }
