﻿@media print {
    .column, .columns { position: relative; padding-left: 0.9375em; padding-right: 0.9375em; float: left; }
	.large-1, .medium-1 { width: 8.33333%; }
	.large-2, .medium-2 { width: 16.66667%; }
	.large-3, .medium-3 { width: 25%; }
	.large-4, .medium-4 { width: 33.33333%; }
	.large-5, .medium-5 { width: 41.66667%; }
	.large-6, .medium-6 { width: 50%; }
	.large-7, .medium-7 { width: 58.33333%; }
	.large-8, .medium-8 { width: 66.66667%; }
	.large-9, .medium-9 { width: 75%; }
	.large-10, .medium-10 { width: 83.33333%; }
	.large-11, .medium-11 { width: 91.66667%; }
	.large-12, .medium-12 { width: 100%; }

    a[href]:after { content: ""; display:none; }

    .show-for-small-only {display:none;}

    header { display:none; }
    .mheader { display:none; }

    footer { display:none; }

    body .two-column-content-with-right-sidebar {padding-top: 1.5rem; }
    body .main-content {width:100%;}
    body .sidebar {width:100%;}

    div.page-header { margin-bottom: 1.175em;}

    .main-content p { line-height: 1.2rem;}

    .cart-items {margin-top: 0.5em;}
    .cart-items .item a { text-decoration: none; }
    .cart-items .item h2 {font-size: 1.5rem; text-decoration:none; line-height: 1em; }
    .cart-items .grey-box {margin-top:.2rem;}
    .cart-items .grey-box h3 { font-size: 1.1rem; margin-bottom:.2em; }
    .cart-items .grey-box h4 { font-size: 1rem; margin: .6em 0 0.2em;}
    
    body.checkout .sidebar .cart.confirm {width:50%;} 
}
