/*** REPORT PAGE ***/
.report-list .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.report-list .product-detail {
  font-size: 0.8em; }

.report-list .item-divider {
  font-size: 0.9em; }

.report-list .item.first {
  border-top: 0; }

.report-list .item-header {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.report-summary {
  padding: 15px 0 5px 0;
  margin-bottom: 0;
  font-size: 1.1em;
  background-color: #E6E6E6;
  color: #4E4E4E; }
  .report-summary .total {
    margin-left: 5%; }
  .report-summary .total-amount {
    margin-left: 70%; }

/*** END REPORT PAGE ***/
