.water-calculator {
	font-family: 'Cantarell', sans-serif;
}

.water-calculator h2 {
	background-color: #157A6E;
	color: #fff;
	font-size: 35px !important;
	font-weight: 700 !important;
	line-height: 45px !important;
	padding: 13px 10px;
	text-align: center;
}

.calc-body h3 {
	color: #fff;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 22px !important;
}

.calc-body {
	background-color: #495867;
	color: #fff;
	padding: 10px 33px 27px 32px;
}

.calc-body .text {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	max-width: 210px;
}

.calc-body form {
	border-top: 1px solid #fff;
	margin-top: 15px;
	margin-right: 7px;
}

.calc-body label {
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
}

.calc-body input {
	border: 0;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 17px;
	width: 100%;
}

.calc-body span {
	display: inline-block;
	font-size: 11px;
	line-height: 15px;
	max-width: 210px;
}

.calc-body input[type="submit"] {
	border-radius: 7px;
	float: none;
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 28px;
	margin-top: 30px;
	padding: 5px 20px;
}

.calc-body a.btn {
	background-color: #157A6E;
    border: 0;
	border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700 !important;
    line-height: 28px;
    margin-top: 25px;
    padding: 5px 20px;
}

.water-calculator #response {
	display: none;
	border-top: 1px solid #fff;
	margin-right: 7px;
	margin-top: 25px;
	padding-top: 10px;
}

.water-calculator #response span {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.water-calculator #response .litres {
	color: #fff;
	font-size: 40px;
	font-weight:  700;
	line-height: 50px;
}

.water-calculator #response em {
	font-size: 12px;
	opacity: 0.8;
}

.water-calculator #ajax-spinner {
	display: none;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 370px) {
	.water-calculator h2 {
		font-size: 28px !important;
		line-height: 38px !important;
	}
}

@media screen and (max-width: 400px) {
	.calc-body {
		padding: 10px 20px 27px 20px;
	}
}

@media screen and (max-width: 980px) {
	.calc-body .text {
		max-width: none;
	}
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
	.water-calculator h2 {
		font-size: 28px !important;
		line-height: 38px !important;
	}

	.calc-body {
		padding: 10px 18px 27px 18px;
	}

	.calc-body a.btn {
		padding: 5px 10px;
	}

	.calc-body form {
		margin-right: 0;
	}

	.calc-body #response {
		margin-right: 0;
	}
}