html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#billMainContainer {
    display: none;
    
}

.billCenter {
    text-align: center;
}
.billLeft {
    text-align: left;
}
.billRight {
    text-align: right;
}
.billCenter {
    text-align: center;
}

.billBold {
    font-weight: bold;
}

.billW5 {
    width: 5mm;
}

.billW10 {
    width: 10mm;
}

.billW45 {
    width: 45mm;
}

.billM5Auto {
    margin: 5px auto;
}

.billFontSmall {
    font-size: 12px;
}

.billAlignTop {
    vertical-align: top;
}

.billMT10 {
    margin-top: 10px;
}

.custPadding {
    padding-top: 3px;
}



.billPrintContent {
    background: #ffffff;
    margin-top: 5px;
    font-size: 10px;
    margin-bottom: 20px;
    width: 50mm;
    margin: 0 auto;
    padding: 10px;
}
.billLastContent {
    margin-bottom: 50px;
}
.billReceipt {
    width: 50mm;
    margin: 0 auto;
}
.billCompanyDetails div {
    margin-bottom: 5px;
}
.billCompany {
    font-size: 16px;
    font-weight: bold;
}

.billTypeHeading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;

}
.billContent {
    width: 100%;
    margin-top: 10px;
}

.billContent th, .billContent .billFoot, .outerBillFoot {
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
    padding: 5px 0px;
}
.billContent td {
    padding: 5px 0px;
}
.billEmptyContent {
    min-width: 10px;
    min-height: 10px;
    padding: 10px;
}

#billDisplay, .displayContent {
    width: 50%;
    margin: 0 auto;
    margin-top: 5%;
}

.displayContent {
    text-align: center;
}


#billDisplay img {
    width: 100%;
}

.discountDisplay {
    font-size: 90%;
}

.billStrikeText {
    text-decoration: line-through;
}

.yellow-text {
    color: #ea6e09 ;
}
