/* Print styles */

body {
  width: 99%;
}
a {
  text-decoration: none;
}
#header-middle {
  display: none;
}
#header-energy-solution {
  display: none;
}
#header-search {
  display: none;
}
#link-bar {
  display: none;
}
#sidebar {
  display: none;
}
h1 {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0 15px 0;
}
#content {
  width: 99%;
}
#footer {
  display: none;
}
  