body {
  min-height: 960px;
  padding-top: 120px;
}

.calForm {
	margin: 10pt auto 0 auto;
}

.navbar-static-top {
  margin-bottom: 19px;
}

#mainForm {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}

#lmap {
	height: 300px;
	margin: 10pt auto 0 auto;
	padding: 0;
	width: 100%;
}

#map {
	height: 350px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#result {
	display: none;
}


.ads {
	text-align: center;
}

.calcResults {
	margin:10pt auto 0 auto;
    font-size: 120%;
}

.linkblock {
	text-align: center;
}

.responsiveblock { width: 320px; height: 50px; text-align: center; }
@media(min-width: 500px) { .responsiveblock { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsiveblock { width: 728px; height: 90px; } }