﻿body {
    font-family: Calibri,Arial;
    font-size: 15px;
    margin-top: 10px;
}

.row {
    margin-bottom: 8px;
}

.lbl_Title {
    font-family: Arial;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #6b6262;
}
.lbl_Title1 {
    font-family: Arial;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #6b6262;
}
.fieldset {
    padding: 4px 4px 4px 4px;
    border: solid 1px #808080 !important;
    margin: 3px;
    border-radius: 5px;
    height: 100%;
    margin-top: 10px;
}

/*p {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}*/

hr {
    border-style: solid;
    width: 100%;
    border-color: #0c0101;
    border-collapse: collapse;
    border-width: 1px;
    margin-bottom: 20px;
}


table#tblReceiptDtl th:nth-child(2) {
    display: none;
}

table#tblReceiptDtl td:nth-child(2) {
    display: none;
}


table#tblReceiptDtl th:nth-child(5) {
    display: none;
}

table#tblReceiptDtl td:nth-child(5) {
    display: none;
}


table#tblReceiptDtl th:nth-child(10) {
    display: none;
}

table#tblReceiptDtl td:nth-child(10) {
    display: none;
}
