﻿a[href]:after {
    content: none !important;
}
table {
    border: none !important;
}
table.tablesorter thead tr {
    border: 0px solid #7f7f7f;
    background-color: #5b9bd5 !important;
}
td, th {
    border: none !important;
}   
tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
.rpt-border-top {
    border-top: 1px solid #000 !important;
}
.rpt-border-bottom {
    border-bottom: 1px solid #000 !important;
}
.no-print {
    display: none;
}
.print-only {
    display: block;
}

/* CSS fix for user's receipt */
#structuralContainer12, #structuralContainer13, #structuralContainer14 {
    display: none;
}
#banner1 {
    height: 0;
}
#structuralContainer6 {
    padding: 0 0;
}
.panel-title {font-weight:bold;}
.panel-body {
    margin-bottom: 0px;
}
thead th {
    border-bottom: 1px solid #ddd !important;
    font-weight: bold;
}
.receipt-total td {
    border-top: 1px solid #ddd !important;
    font-weight: bold;
}
.row {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}




