/* DC_PrimeRelatedDisplay.css */

div[class*="aos-de-sprc-"] .aos-ArticleTextContainerTop { 
	padding-bottom: 0;
}

div[class*="aos-de-sprc-"] .aos-ArticleTextContainerBottom{
	padding-top: 0;
}
			
div[class*="aos-de-sprc-"] .aos-AuthorAvatar {
	height:24px;
	width:24px;
	display:inline-block;
}
			
/* More button alignment */	
div[class*="aos-de-sprc-"] .aos-MoreAbsolute > .aos-PosA {
	left:0;
}
			
div[class*="aos-de-sprc-"] .aos-ArticleTextContainer > *:last-child, 
div[class*="aos-de-sprc-"] .aos-ArticleTextContainerBottom > *:last-child {
	padding-top:0;
	margin-bottom:0;
}
			
/* Hide Horizontal divider after hidden items */
div[class*="aos-de-sprc-"] > .aos-SHC.aos-DN+hr {
	padding:0;
	margin:0;
	display:none;
}
			
div[class*="aos-de-sprc-"] > div:not(.aos-OFVi) {
	overflow:hidden;
}

div[class*="aos-de-sprc-mailings"] > div:not(.horizontal){
	max-width:500px;
}

@media screen and (max-width: 1024px) {
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br1-W100-KP, 
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br1-W100 {
		width:100% !important;
	}
}
@media screen and (max-width: 800px) {
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br2-W100-KP, 
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br2-W100 {
		width:100% !important;
	}
}
@media screen and (max-width: 600px) {
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br3-W100-KP, 
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br3-W100 {
		width:100% !important;
	}
}
@media screen and (max-width: 480px) {
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br4-W100-KP, 
	div[class*="aos-de-sprc-"] .aos-DynWidth.aos-Br4-W100 {
		width:100% !important;
	}
}