@import url("style.css");


html,body {
    background-image: none;
    font: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.hide_in_print, #header, #main_menu_container, #site_menu_container, #breadcrumbs, #footer {
    display: none;
}

.show_in_print {
    display: block;
}

.address-field {
    font-style: normal;
}

.quote {
    margin: 20px 0 0 50px;
}
#descriptionTable{
  width:150%;
  overflow: visible;
  
  }