/*
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 : Aug 26, 2015, 3:57:51 PM
    Author     : David Moran
*/

@media print {
    .coupon.row { margin: 0; background-color: rgba(247, 233, 210, 0.5); border: 5px dashed rgb(247, 233, 210); border-radius: 15px;}

    .coupon .title { text-align: center; font-size: 24px; }
    .coupon .entry-summary { padding-top: 10px; }
    
    .col-md-6 { width: 50%;}
    img {
        max-width: 100%;
    }
}