* {
  box-shadow: none !important;
  text-shadow: none !important;
  /* Images, vectors and such */
}

a {
  text-decoration: underline;
}

a[href="#"],
a[href="javascript:"] {
  content: "";
}

@page {
  size: A4 portrait;
  margin: 0;
}
/*
body {
    width: 210mm;
    margin: 0;
    padding: 5mm;

    p {
        margin-bottom: 0.75em;
    }
}
*/
header {
  display: none;
}

footer {
  display: none;
}

.page_top_btn {
  display: none;
}

.sub_main {
  display: none;
}

.bottom_menu {
  display: none;
}

.footer_flex {
  width: auto;
}

.contact_form {
  display: none !important;
}

.contact_box {
  display: none;
}

.container {
  width: auto;
  min-width: initial !important;
  max-width: initial !important;
}

.search_tb table {
  width: 100%;
  border-collapse: separate;
}
.search_tb table th, .search_tb table td {
  display: table-cell !important;
}
.search_tb table th {
  width: auto;
}
.search_tb table td {
  word-break: break-all;
  width: 33%;
}

.print_tb table td {
  width: 83%;
}/*# sourceMappingURL=print_parts.css.map */