/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/print.css);
    @media print {
		#header, #sidebar-a, .mod-box.facebook,#bottom-a, #footer{
			display: none;
		}
		.moduletablenewsmodtitle{
			top: 0px;
		}
		#maininner, #maininner .content{
			width: 100%;
		}
		#main{
			width: 100%; float: left; clear: both; padding-top: 20px;
		}
		.moduletablevideo{
			padding-top: 30px;
			-webkit-print-color-adjust: exact;
		}
		.avVideo .avPlayerContainer{
			background-color: #000000;
		}
		.moduletablevideo iframe {    
		  content: " ("attr(src) ") ";    
		  font-size: 90%;   
		}
    }