﻿@media print {

    /*Reset Style*/
    body {
        margin: 0;
        padding: 0;
        line-height: 1.4;
        word-spacing: 1px;
        letter-spacing: 0.2px;
        font: 8px Arial, Helvetica,"Lucida Grande", serif;
        color: #000;
    }

    /*Remove Element*/
    .utilities, header img, .toggle-topbar.menu-icon, .barWrapper, .leftNav, .btn, footer {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    /*Styles*/
    header {
        height: 4px;
        margin-bottom: 2px;
    }

    .wrapper {
        background: none;
        padding: 0;
    }

    h1 {
        width: 100%;
    }

    h2 {
        font-size: 14px;
    }

    .orderSub {
        margin: 8px 0;
        font-size: 12px;
    }

    .orderListRow {
        margin-top: 0px;
    }

        .orderListRow .large-6 .small-12 .columns {
            width: 50% !important;
        }

    .large-6 {
        width: 50% !important;
    }
}
