/* expand column printing */
@media print {
  .expand-print {
    width: 100%;
  }
}