/**
 * Go CSS · history
 * 
 * Purpose:
 *   Styles for this dashboard piece.
 * 
 * Dashboard:
 *   Go · App Store / data-view · deliveries
 * 
 * This file:
 *   business/dashboard/deliveries-app/history-app/history-app.css
 *
 * Depends on:
 *   - business/dashboard/shell/shell.html
 *   - scripts/assemble-dashboards.js
 *
 * Used by:
 *   - scripts/assemble-dashboards.js → business/dashboard/styles.css
 */

#deliveries-table-wrap {
  width: 100%;
}

#deliveries-table-wrap .responsive-table {
  width: 100%;
}

#deliveries-table td,
#deliveries-table th {
  vertical-align: top;
}
