@media print {
* {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
	-webkit-transition:none!important;
	-moz-transition:none!important;
	-ms-transition:none!important;
	 -o-transition:none!important;
	transition:none!important;
	visibility: visible;
	opacity: 1;
	line-height: 10px;
	}
	 
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
	font-size: 10px !important; 
    line-height: 10px !important; }	
    a:after, a:visited:after {
      content: " " attr(href) " "!important;
	  font-size: 10px !important;
	  text-transform: lowercase;
	  line-height: 10px !important; }	  
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " " attr(title) " "!important;
	  font-size: 10px !important;
	  text-transform: lowercase;
	  line-height: 10px !important; }
	  	  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: " "!important;}
	
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: auto; !important;}
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    /*page-break-after: avoid;*/ }
	
  .red-title h3, h1, h2, h3, h4, p, h5, h6, ul, li, { 
    font-size: 12px; !important;
	line-height: 16px !important; }
  
  .entry-content p { 
    font-size: 10px; !important;
	line-height: 16px !important; }
  
  .red-title, .red-title a, a img, a {
	font-size: 10px !important; 
    line-height: 10px !important; }
  
  a {
	  word-wrap: break-word !important; }
  
  /*.sidebar,*/
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; }

/* Columns Settings */
  .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%;
  }
}
