﻿.no-print {
  display: none;
}
#header,
#footer {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
a {
  color: #000;
  text-decoration: underline;
}
.wrap {
  width: 100%;
  max-width: 100%;
}
#primary,
#secondary {
  display: block;
  background: none;
  box-shadow: none;
  padding: 0;
}
.with-sidebar #primary,
.with-sidebar #secondary {
  width: 100%;
}
#secondary {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.widget-bg {
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px;
  background: none;
}
img {
  page-break-inside: avoid;
}
