#body #content .panel {
	margin: 0 !important;
}

.mycontent-helper,
.mycontent-helper-mobile {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: block;
}

.mycontent-helper-mobile {
	display: none;
}

.promo {
	margin-bottom: 0;
}

.results.grid .result span.presenter,
.results.grid .result span.date {
	display: none !important;
}

#mystuff .moreresults {
	margin-top: 0;
	padding-top: 0;
}

#mystuff .results.grid .result.small .preview {
	background-position: center center;
	background-size: contain;
}

#mystuff .results.grid .result.small {
}

#mystuff .moreresults {
	margin: 0;
}

.results.list .result.medium span.date {
	margin: 0;
	display: inline;
}

.results.list .result.medium .preview {
	background-size: cover;
}

#webinarslive .moreresults,
#webinarsondemand .moreresults {
	margin: 0;
	padding: 0;
}


/* SMALL/MEDIUM/MOBILE */

@media only screen and (max-width: 959px) {
	.promo,
	.promo .gadBlock {
		margin: 0;
	}
}


/* MOBILE */

@media only screen and (max-width: 480px) {
	.mycontent-helper {
		display: none;
	}

	.mycontent-helper-mobile {
		display: block;
	}
}