* {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

a,
a:visited {
  text-decoration: underline;
}

#content a[href]:after {
 /* was creating print issues content: " (" attr(href) ")"; */
}

#content abbr[title]:after {
  content: " (" attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

@page {
  margin: 0.5cm;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

div.nav, .featured-content, .tools2, .site-search, .mobile-menu-open { display: none }

/* custome print layout */


/* header */
.header {
  height: 85px;
}

.mobile-menu-open,
.sub-nav {
  display: none;
}

.mobile__header {
  padding: 25px 20px !important;
}

/* filter section */

.filter-section__container {
  display: block !important;
}

.filter-section > .accordion__panel:not(.reset__panel) {
  display: inline-block !important;
  width: 60%;
}

.filter-header__panel {
  display: inline-block;
  width: 35%;
}

.control-group {
  padding: 0 !important;
}

.filter-section h2 {
  padding: 0;
}

.select__default {
  width: 95% !important;
}

.filter-section .select {
  width: 100% !important;
}

.view-data-section {
  display: none !important;
}

/* main content */

.tara-tools {
  display: none !important;
}

.inside .main-section,
.table-responsive {
  padding-bottom: 0 !important;
}

.reset__panel_mobile {
  display: none;
}

/* footer */
.footer-bottom {
  display: none;
}

.footer-links p:last-child {
  margin-top: 0 !important;
}

