/*
 * @file
 * Print Styles
 * This probably needs work, but it's a good starting point.
 */
 
#search-links, #search, #hamburger-menu, #nav-container, footer,#wrap-body-left, #wrap-body-right, header{
	display:none;
}

#content-container{
	margin-top:0;
	display:inline;
}

header{
	position:relative;
	height:0;
}


div.column-date{
	float:left!important;
	width:30%!important;
	
}

div.column-item{
	width:60%!important;
	float:left!important;
	
}
div.column-item .event{
	padding:0;
}

	
div.head-release, div.common-list, div.common-list .list-release, div.common-list .list-release .row, div.common-list .list-release .row div:last-of-type{
	display:block!important;
}

body, div{  
	overflow: visible!important;
	display: inline;
	float:none;
	width:100%;
	height:auto;
}
#wrap-body-main, #wrap-body{
	width:100%;	
	overflow: visible!important;
	display: inline;
	height:auto;
}