@media print {
    .founderpartner, .newsletterbox, .abs, #profile-actions-box, #share-top, #share-bottom, .transparent-link, .plus, #mainnav-small, #profile-logo-small a, .profile-boxes-wrapper {
        display: none !important;
    }

    .show-for-print {
    	display: inline-block !important;
    }

    .contact img {
    	width:auto !important;
    }

	#photo-banner.photo-banner {
		height:200px;
	}

    .resultssection .sog-tile {
    	height:150px;
    }

    .small-1, .medium-1, .large-1, .xlarge-1 {
    	float:left !important;
    	width:8.33333%;
    }

    .small-2, .medium-2, .large-2, .xlarge-2 {
    	float:left !important;
    	width:16.66666%;
    }

    .small-3, .medium-3, .large-3, .xlarge-3 {
    	float:left !important;
    	width:25%;
    }

    .small-4, .medium-4, .large-4, .xlarge-4 {
    	float:left !important;
    	width:33,33333%;
    }

    .small-5, .medium-5, .large-5, .xlarge-5 {
    	float:left !important;
    	width:41.66666%;
    }

    .small-6, .medium-6, .large-6, .xlarge-6 {
    	float:left !important;
    	width:50%;
    }

    .small-7, .medium-7, .large-7, .xlarge-7 {
    	float:left !important;
    	width:58.33333%;
    }

    .small-8, .medium-8, .large-8, .xlarge-8 {
    	float:left !important;
    	width:66,66666%;
    }

    .small-9, .medium-9, .large-9, .xlarge-9 {
    	float:left !important;
    	width:75%;
    }

    .small-10, .medium-10, .large-10, .xlarge-10 {
    	float:left !important;
    	width:83.33333%;
    }

    .small-11, .medium-11, .large-11, .xlarge-11 {
    	float:left !important;
    	width:91.66666%;
    }

    .small-12, .medium-12, .large-12, .xlarge-12 {
    	float:left !important;
    	width:100%;
    }
}