.culligan-water-calculator{
	color: #fff;
	text-align: center;
	max-width: 510px;
	margin: auto;
	padding: 2em;
}
.culligan-water-calculator h3{
	font-size: 1.4em;
}
.culligan-water-calculator h5{
	font-size: 1em;
}
.culligan-water-calculator h3, .culligan-water-calculator h5{
	color: inherit;
}
.culligan-water-calculator h3{
	padding-bottom: 0;
	margin-bottom: 0;
}
.culligan-water-calculator h5{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid;
}
.culligan-water-calculator .cc-values{
	text-align: left;
}
.culligan-water-calculator .cc-row{
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 0.5em;
}
.culligan-water-calculator .cc-label{
	flex: 1;
}
.culligan-water-calculator .cc-input{
	flex: 0 0 100px;
}
.culligan-water-calculator .cc-input input{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.culligan-water-calculator .cc-result{
	margin-top: 1.8em;
}
.culligan-water-calculator .cc-result table{
	width: 320px;
	margin: 1em auto 0;
}
.culligan-water-calculator .cc-result table td{
	text-align: left;
}
.culligan-water-calculator .cc-result table td:last-child{
	text-align: right;
}
.culligan-water-calculator .cc-input input, .culligan-water-calculator td{
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	background: #efeffe;
	padding: 0.2em 0.5em;
}
@media screen and (max-width: 600px){
	.culligan-water-calculator{
		padding: 1em;
	}
}