.entry-header {
	display: none;
}

.max300 {
	max-width: 300px !important;
	margin: 0 auto !important;
}
#optiCalcResults #parts, #parts .item, #types, #types .item {
	margin-bottom: 10px;
}

#optiCalcResults {
	margin-top: 50px;
	font-family: "Times New Roman", Times, serif;
}
#calculator input {
    font-family: "Times New Roman", Times, serif;
}
#optiCalcResults .block-title {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
}

#optiCalcResults #loading {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: url("../images/loading.gif") no-repeat;
	background-size: contain;
}

.post-inner {
	padding-top: 0px;
}
.block-title {
	margin: 20px;
	margin-bottom: 0px;
	font-size: 2em;
}

#optiCalcResults hr {
	background: linear-gradient(to left, currentColor calc(50%), transparent calc(50%), transparent calc(50%), currentColor calc(50%)) !important;
}

#optiCalcResults hr:before, hr:after {
	display: none;
}

#optiCalcResults .stockBox {
	width: 100%;
	height:28px;
	border: 1px solid #000;
	background: darkgray;
	text-align: right;
}