/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    filter: none !important;
    text-shadow: none !important;
  }
 
.sales-order-print h1{font-size:30px;line-height:30px;height:auto;margin-bottom: 15px;}
.sales-order-print h2{font-size:24px;line-height:24px;margin:10px 0;}
}
