@media only print {
  .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #cccccc !important;
  }
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #939393;
}

.table thead {
  background: #dbe3ec;
}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #939393;
}

