
.tbl {
    table-layout:fixed;
    border-collapse: collapse;
}

.tbl td {
    padding: 4px;

    white-space:normal;
	 border-bottom: 1px solid #ddd;
}

/*.evenrow { background-color: #eee; }
.evenrow:hover { background-color: #f5f5f5; }
.oddrow:hover { background-color: #f5f5f5; }
*/
.span-total { font-size: 12px; font-weight: bold; }

.span-tab-summary-total {
font-size: 8pt;
font-weight: bold;
}

.cart-summary-tab {
padding-top:2px;
font-size: 8pt;
}

.status-ctrl {
   white-space: nowrap;
}


