
/* print stying for modals */

body.modal-open > div > div > div.mainpage {
  display: none;
}

div.noprint {
  display: none;
}

h1.noprint {
  display: none;
}

h2.noprint {
  display: none;
}

h3.noprint {
  display: none;
}

h4.noprint {
  display: none;
}

.modal {
  height: 100%;
  border: none;
}

.modal-content {
  border: none;
}

.modal-dialog {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: visible;
}

.modal-header {
  display: none;
}

.modal-footer {
  display: none;
}

button.bstackclose {
  display: none;
}

.btn-group {
  display: none;
}

/* Remove the href from images */
a[href]::after {
  content: none !important;
}

/* Compress it down a bit for the page. */
table.babble-invoice-table > tbody > tr > td {
  padding: 3px;
  line-height: 1.3em
}
