.inventory-message {
	display: inline-block;
	border: solid #ccc 1px;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 2em;
}
.inventory-message h5 {
	margin-bottom: 2px;
}
.backordered {
	margin: 30px 0;
}
.backordered H4{
	font-size: 1.5em;
	font-weight: Bold
}
.ProdDesc {}
.ProdDesc dt {
	font-weight: bold;
	padding: 0;
	border:0;
}
.ProdDesc dd {
	margin: 0 0 4px 10px;
	padding: 0 0 0 10px;
	background-image: url(/images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	border:0;
}
.prod-section {
	margin: 3rem auto;
	max-width: 50rem;
}
.prod-section-wrapper {
	display: block;
	width: 100%;
}
.prod-section-heading {
	border: #454fc3 solid 0;
	border-bottom-width: 3px;
	color: #454fc3;
	font-weight: bold;
	font-size: 1.7rem;
}
.prod-section-content {
	padding-top: 1.5rem;
}
.privacy-policy {
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: underline;
}

.u-printable__content .c-heading-delta {
	font-size: 1rem;
	line-height: 1rem;
}
.u-printable__content .u-text-bold {
	font-weight: normal;
}
.prod-details-button { 
	background-color: #454fc3;; 
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 6px;
		}
.related-products-list {
	margin-bottom: 10px;
}