@media print {
	.header,
	.banner,
	.features li .holder,
    .listing li img,
	.footer {
		display: none !important;
	}

	.listing {
		text-align: left;
        padding: 0;
	}

    .listing ul {
        margin-top: 0;
    }

	.listing li {
		width: 100%;
	}

	.about {
		padding: 0;
	}

	a[href]:after {
		content: none !important;
	}
}