body {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    /* border-bottom: 1px solid black; */
    /* width: 210mm; */
    width: 190mm;
    height: 275mm;
    font-family: "Verdana";
    font-size: 11px;
}

.customers {
    border-collapse: collapse;
    width: 100%;
}

.customers td,
.customers th {
    border: 1px solid black;
    padding: 6px;
    font-size: 11px;
}

.customers tr:nth-child(even) {
    background-color: white;
}

.customers tr:hover {
    background-color: white;
}

.customers th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    background-color: gray;
    color: white;
    font-size: 11px;
}

.main-wrap-letterhead {
    width: 100%;
    height: 110px;
    background-color: #918f90;
    color: white;
    padding-bottom: 2px;
    /* border-bottom: 2px lightgray solid; */
}

.wrap-letterhead-logo {
    float: left;
    width: 120px;
    height: 105px;
    text-align: center;
}

.wrap-letterhead-era-clinic {
    float: left;
    width: 280px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 26px;
    padding-top: 40px;
    text-align: center;
    /* color:lightpink; */
}

.wrap-letterhead-address {
    float: left;
    width: 300px;
    font-family: "Verdana";
    line-height: 15px;
    padding-top: 10px;
    text-align: right;
    height: 105px;
    font-size: 11px;
}

.invoice {
    /* height: 100px; */
    font-size: 18px;
    font-family: 'Times New Roman';
    text-align: center;
}

.row {
    border: 0px solid black;
    color: white;
    font-size: 11px;
}

.footer {
    background-color: #918f90;
    color: black;
    text-align: right;
}

.invoiceItem {
    font-family: 'Verdana', 'Khmer OS Content';
    font-weight: bold;
    font-size: 11px;
}

.column {
    font-family: 'Verdana', 'Khmer OS Content';
    text-align: center;
    font-size: 11px;
    height: 5px;
}

.EraScience {
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.InvoiceTitle {
    font-family: 'Times New Roman', Khmer OS Moul Light;
    margin-top: 3px;
}

.RowBottom {
    /* background-color: white; */
    text-align: right;
}

.RowButtonItem {
    border: 0px;
    text-align: right;
    font-family: 'Verdana', 'Khmer OS Content';
    text-align: center;
    font-size: 11px;
    height: 5px;
}

.SectionTwo {
    border: 1px solid gray;
    padding: 5px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.SectionThree {
    font-family: 'Verdana', Khmer OS Content;
    font-weight: bold;
    margin-top: 20px;
}

.SignatureLabel {
    margin-top: 60px;
    font-family: 'Verdana', Khmer OS Content
}