
p[data-field-display="true"] {
    display: block;
}

p[data-field-display="false"] {
    display: none;
}
.copy-c{
    padding-top:15px;
}

.force-white-bg{
	background: white;
}

.minilist-tempo-fix{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom: #e6e5e5;
	border-bottom-style: solid;
	border-width: 1px;
}

.brief-label-realign{
	font-family: Roboto Slab,serif;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .875rem;
	color: #16475c;
}

.dark-smaller-bottom-padding{
	background: #e6e5e5;
	padding: 40px 0 20px;
}

/* Fix coolBar spacing regression -- appears to affect all products - see LIT-199383 */
.coolBar__section {
    margin-left: 6px;
}
.coolBar i {
    margin-right: 6px;
}
