p.calcExplain {
	display: block;
	width: 100%;
	margin: 1em 0;
	text-align: center;
	font-weight: 700;
}

div.calcResult {
	font-size: 2.5em;
	font-weight: 700;
	padding: 0.5em;
	text-align: center;
	border-top: 3px solid black;
	margin-top: 1em;
}

td input, th input {
    border-radius: 4px;
    border: 1px #dbe6ec solid;
    padding: 0.3em;
    box-sizing: border-box;
    height: 2.2em;
    width: calc(100% - 0.6em);
}

section#mainContent div.formGroup {
	margin: 1em auto;
	padding: 1.5em;
	background-color: #cee6ed;
}

@media (max-width: 39.9rem) {
	section#mainContent div.formGroup.mini {
		width: calc(100% - 5em);
	}
}

@media (min-width: 40rem) and (max-width: 59.9rem) {
	section#mainContent div.formGroup.mini {
		width: 20em;
	}
}

@media (min-width: 60rem) {
	section#mainContent div.formGroup.mini {
		width: 20em;
	}
}

table#tipout {
	margin: 1em auto;
	padding: 1.5em;
	background-color: #cee6ed;
	width: calc(100% - 2em);
	max-width: 80rem;
	
	
}

table#tipout thead th {
	padding-bottom: 1em;
}

table#tipout thead input {
	width: 10em;
}

table#tipout tfoot td {
	padding-top: 1em;
}

table#tipout tfoot td[data-type='info'] {
	color: #02627f;
	font-size: 0.8em;
	text-align: center;
}

table#tipout tfoot td a.button {
	margin: 0.25em auto;
}

table#tipout tbody td {
	padding: 0.25em;
}

table#tipout tbody tr td:first-of-type {
	width: 60%
}

table#tipout tbody tr td:nth-of-type(2) {
	width: 20%;
}