.page {
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
}

/* ----------A4-size head------------------- 
.boxOne {
    height: 15px;
    width: 180px;
    background-color: blue;
    margin-bottom: 10px;
}
.boxTwo {
    height: 15px;
    width: 180px;
    background-color: #20c839;
    margin-top: -25px;
    margin-left: 180px;
}
.boxThree {
    height: 15px;
    width: 180px;
    background-color: #e4a125;
    margin-top: -15px;
    margin-left: 360px;
}
-----------A3 Size----------------- */
.boxOne {
    height: 15px;
    width: 260.6px;
    background-color: blue;
    margin-bottom: 10px;
}
.boxTwo {
    height: 15px;
    width: 260.6px;
    background-color: #20c839;
    margin-top: -25px;
    margin-left: 260.6px;
}
.boxThree {
    height: 15px;
    width: 260.6px;
    background-color: #e4a125;
    margin-top: -15px;
    margin-left: 521.2px;
}
/* -----------A3 Size----------------- */
.header {
    font-size: 10px;
    color: blue;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.addressone {
    font-size: 6px;
    color: grey;
    margin-top: -10px;
    margin-bottom: 5px;
    text-align: left;
}
.dte {
    font-size: 6px;
    color: black;
    margin-top: -10px;
    margin-bottom: 5px;
    text-align: left;
}
.headerOne {
    font-size: 15px;
    letter-spacing: 2px;
    color: blue;
    margin-top: 12px;
    margin-left: -5px;
    margin-bottom: 22px;
    text-align: left;
}
/* -----------A4 Size----------------- 
.image {
    width: 80px;
    margin-top: -18px;
    margin-left: 55vh;
}
-----------A3 Size----------------- */
.image {
    width: 80px;
    margin-top: -18px;
    margin-left: 59vh;
}
/* -----------A3 Size----------------- */
.footer {
    position: absolute;
    font-size: 9px;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: black;
}
.footerLine {
    border-top-width: 1px;
    position: absolute;
    font-size: 9px;
    bottom: 28px;
    left: 33px;
    right: 33px;
    text-align: center;
    color: black;
}
.table {
    display: table;
    border-color: #d3d3d3;
    width: auto;
    border-style: solid;
    border-width: 0.5px;
    border-right-width: 0;
    border-bottom-width: 0;
}
.tableRow {
    border-color: #d3d3d3;
    margin: auto;
    flex-direction: row;
}
.tableColHeader {
    /* background-color: #08080810; */
    width: 20%;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 0.5px;
    border-left-width: 0;
    border-top-width: 0;
}
.tableCol {
    width: 20%;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 0.5px;
    border-left-width: 0;
    border-top-width: 0;
}
.tableCellHeader {
    border-color: #f0f0f0;
    margin: 5px;
    font-size: 11px;
}
.tableCell {
    margin: 5px;
    font-size: 8px;
    color: #000000b5;
}
.tableCellTwo {
    margin: 5px;
    font-size: 5px;
    color: #000000b5;
}
.rowGrey {
    background-color: #dcdcdc26;
}
.rowWhite {
    background-color: #ffffff;
}
