/* Print Style Sheet */
@media print {
		body { 
			background:white; 
			color:black; 
			margin:0 
		}
		#header, 
		#content,
		#comments, 
		#sidebar, 
		#footer,
		.eltd-page-header,
		.eltd-listing-image-gallery.eltd-listing-part,
		.eltd-single-listing-share-claim,
		.eltd-top-bar,
		.eltd-title,
		.eltd-single-listing-sidebar-holder,
		.eltd-footer-inner,
		.eltd-single-listing-wishlist{ 
			display:none !important; 
		}
		.eltd-container{
			margin-top: 200px
		}
		.eltd-overlapping-content{
			border:none;
		}
		.eltd-listing-item-info .eltd-listing-item-subtitle-address {
		    text-align: left;
		    float: left;
		}
		.eltd-listing-item-info .eltd-listing-item-open-hours {
		    text-align: left;
		    vertical-align: top;
		    padding-top: 10px;
		    float: left;
		}
}