#producttable > tbody td {
	word-break: break-all;
}
table.table-bordered tbody td {
	word-break: normal;
}
/* Suchformular Ausklapper verstecken*/
body.print-preview .collapse-box {
  display: none !important;
}
/* Suchformular Links verstecken*/
body.print-preview a:not([name="context-sidebar"]):not([href="#"])::after {
  display: none !important;
}
body.print-preview #footnote-links {
  display: none !important;
}
body.print-preview #print-settings .pull-left label {
  display: none !important;
}
body.print-preview [class*="col-"] {
  width: auto;
}
body.print-preview table tr td {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}
.borderless {
  border: none !important;
}
/*Abstände in Standardsuche*/
#GiappSearch div[class*=col-] {
  margin-bottom: 0.75em;
}
/*text soll sich in den tabellen headern oben ausrichten */
table.table thead tr td, table.table thead tr th {
  vertical-align: top;
}

.pagination li:first-child, .pagination li:last-child {
    display: inline;
}
