/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Jun-2016, 22:36:15
    Author     : Tamar
*/

@media print {
    body {
        font-family: verdana, arial, sans-serif;
    }
    a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;}
    nav {
        display: none;
    }
    .print-hide {
        display: none;
    }
    .print-only {
        display: default;
    }
    .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
        max-width: 100%;
        height: auto;
    }
    .item {
        max-width: 48%;
        max-height: 48%;
        margin: 1%;
        page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
    }
    div {
        float: left;
        display: inline-block;
    }
    .carousel-control, .carousel-indicators {
        display: none;
    }
    p {
        clear: both;
    }
}