@import url("screen.css");

.no-print { display: none; }
#vrtCalculation li{
  margin: 0;
}
html{
  font-size: 14px !important;
}
.label{
  border: none;
  font-size: 12px !important;
}
.button, button, #buttonBox{
  display: none;
}
.command_box #command button.button {
  display: block;
  padding: 0;
  margin: .5rem;
  line-height: 1.5rem;
}
#vrtCalculation li{
  margin: 0;
}
div#unmodifiedVRTAmount ol li, form#vehicleEnquiryForm li{
  margin: 0;
} 
.panel, .panel-plain{
  padding: 5px;
  border: 1px solid;
  margin: 15px 0;
}
.important-note{
  margin: 0;
}
.important-note ol li{
  margin-bottom: 0;
}
#wrapper{
  padding: 0;
}
/*  keeps related text from being broken onto separate pages */
.panel, .panel-plain{
 page-break-inside: avoid;
}
/*  make the content fill the print media */
.col-sm-8, .col-sm-7, .col-xs-10{
  width: 100% !important;
}
.col-sm-offset-2, .col-xs-offset-1{
  margin: 0 !important;
}
.important-note ol li{
    margin-left: 15px;
}
.header-links, 
.header a,
.toTop,
.icon,
#menubar{
  display: none;
}
.vehicleResult h2, .motorcycleResult h2{
  margin: 0;
}
#menubar{
  visibility: hidden;
}
#impNote{
  margin: 0;
  padding-top: 0;
}
/* removes link of images when printing */
a[href]:after {
  content: none !important;
}