table {
    table-layout: auto;
}
 
/*My overrides*/
.ticketSummaryTbl{
	border: none;
}

.ticketSummaryTbl td{
	border-top: none;
}

#summaryArea #tdsummary td{
	border-top: none;
	border-bottom: none;
	padding: 1px;
}
#summaryArea #tdsummary tr:hover{
	background-color: transparent;
}

#printReceiptBlock{
    display: none;
}

#printContinueBlock{
    display: none;
}

.monerisContainer{
	display:none;
}

.refreshButtonLayer{
    display: none;
}

#referrer-logo {
    /*position: absolute;*/
    float: right;
    top: 0px;
    margin: 0;
    font-size: 0.79em;
    line-height: 1.4em;
}

#referrer-logo img {
    width: 250px;
}

#header-referrer-logo img {
    height: 40px;
}

#header-referrer-logo {
    position: relative;
    text-align: right;
    top: -55px;
    margin: 10px;
    clear: both;
}

.trx-report-output .table {
    margin-bottom: 10px;
}
.trx-report-output .table th {
    font-size: 10px;
    padding: 5px;
}

.trx-report-output .table td {
    font-size: 10px;
    padding: 5px;
}

.trx-report-output .footer-items {
    font-size: 10px;
}

.trx-report-output hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media print {
    html * { font-family :Arial, sans-serif; }
    a[href]:after {
        content: none !important;
    }
}

#UA_ORGSELECTION {
    margin-bottom: 15px;
}
