@media only print
{    
    a:after { content:''; }
    a[href]:after { content: none !important; }
    
    .no-print, .no-print *
    {
        display: none !important;
    }
    #layout-content {
		width: 100% !important;
	}
}