@import url("https://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin");

  @media print {
	  
	  	body {
		}
		
		.toolbar-menu { 
		display: none;
  		}
		
		.toolbar-shortcuts { 
		display: none;
  		}
		
		#edit-shortcuts { 
		display: none;
  		}
		
		#sidebar-first { 
		display: none;
  		}
		
		#wrapper {
		}
		
		#logowrappage {
		}
		
		.innerwrapper {
  		width: 840px !important;
		}
		
		#navcontainer {
		display: none;
  		}
		
		#navwrapper {
		display: none;
  		}
		
		#logocontact  {
		display: none;
  		}
		
		.tabs-wrapper  {
		display: none;
  		}
		
		#content h1 {
  		font-size:20px;
		}
		
		.content-sidebar-wrap #content {
		float: left;
		width:100%;
		box-shadow:0 0 0 #fff;
		border-top: #666 solid 1px; 
  		}
		
		#footer {
		display: none;
  		}

  }