﻿@media print 
{           
  a[href]::after {
    content: " (" attr(href) ")"
    }  
    
  .logo
  {   
      display:block !important;
  }  
  
  .large-3 {
    width: 30%;
  }
  
  .large-9 {
    width: 70%;
    position:relative;
    top:3px;
  }
    
  .msg
  {
      width:100%;
  }  
  
  .label_title
  {
      font-size:32px;
      letter-spacing: 5px;
  }
  
  .label_size
  {
      font-size:18px;
  }
  
  .message
  {
      width:80%;
      margin:0 auto;
      border:2px solid black;
  }
  
}