@media print {
h1 {
	color: red;
display: none;
}


header, footer, left-panel {
display: none !important;
}

#view_history{
display: none !important;
}

 ul.nav {
display: none !important;
}



#left-panel img {

  height: 80px;
}

#left-panel {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  color: #000000;
  vertical-align: top;
  width: 100%;
  max-width: none;
  border: 1px red solid;
  text-align: center;
}

nav.navbar {
  background-color: #ffffff;
}

.top-btns .btn{
    display: none;
}
.navbar .navbar-brand {
  display: inline;
  font-size: 1em;
  background-color: #000000;
  padding: 10px 10px;
}

.navbar .navbar-brand.hidden {
      display: none; 
}


div.navbar-brand br {
    display: none;
}

.input-group{
    display: none;
}

#right-panel{
  border: 1px green solid;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}


.left-panel:after {
  content: "";
  display: table;
  clear: both;
}

td a.btn, td a.btn i{
    display: none;
}

td a.btn-serial {
    display: inline;
}
}