/* Custom Intro Section */
section.xintro { padding-bottom: 10px; }

/* Product Card */
.xpcard img { margin: 0px auto; }
.xpcard .engage { padding-bottom: 15px; }
.xpcard .engage span { font-size: 12px; color: orange; padding-right: 15px; }
.xpcard .attachment span { font-size: 12px; color: silver; padding-right: 15px; }
.xpcard .attachment span a, .pcrdblk .attachment span a:visited { font-size: 12px; color: silver; padding-right: 15px; }
.xpcard .attachment span a:hover, .pcrdblk .attachment span a:active, .pcrdblk .attachment span a:focus { font-size: 12px; color: gainsboro; padding-right: 15px; }

/* Toggle Whitespace Between Product Image and Product Description */
@media (max-width: 769px) {
	.xintro h1 { margin-top: 30px; }
}