.facts{
	border: 1px solid #000;
	width:100%;
	max-width: 400px;
	margin-bottom:20px;
}
.facts h2, .facts span, .facts p{
	padding-left: 10px;
}
.facts h2{
	margin-bottom: 5px;
}
.facts span{
	font-size: 15px;
}
.facts table{
	width: 95%;
	margin: 0 auto;
}
.facts table td{
	border-bottom: 1px solid #666;
	padding: 3px 0;
	font-size: 13px;
}
.facts table thead th{
	background-color: #FFF!important;
}
.facts th{
	border-bottom: 2px solid rgb(51, 51, 51);
}
.factsNotes{
	padding-bottom: 5px;
	font-size: 12px;
}
.go-right{
	text-align: right;
}
.topHr, .bottomHr, .middleHr{
	border: none;
	height: 8px;
	/* Set the hr color */
	color: #000; /* old IE */
	background-color: #000; /* Modern Browsers */
	width: 95%;
	margin: 0 auto;
}
.middleHr{
	height:3px;
}

.bottomHr{
	height: 5px;
}
@media screen and (max-device-width: 400px) {
	.facts th{
	font-size: 12px!important;
	}
}
.directionsSpan, .directionsWarning{
	font-weight: bold;
}
.directionsWarning{
	color:red;
}
.related-products{
	padding-top: 0px!important;
}