.theReturn {
	font-size: 1.5em;
	font-family: Georgia;
	font-weight: 700;
	color: white;
	border-color: #000000;
	background-color: #000000;
	/*  */
}
/* 428bca is bootstrap blue
*	border-color: #357ebd;
*	background-color: #428bca;
*	lightish teal is
*	border-color: #0f8060;
*	background-color: #1dd19e;
*	darker teal is #239172;
*	possible button border, 
*	border: 1px solid #000000;
*/
.formEntries {
  margin-bottom: 5px;
}

.jumboButton {
	border-color: #000000;
	background-color: #000000;
}

.jumboButton:hover {
	border-color: #000000;
	background-color: #000000;
}

.genButton {
	margin-bottom: 15px;
	color: white;
	border-color: #000000;
	background-color: #000000;
}

.fieldTitle {
	font-weight: bold;
}

.theFoot {
	margin-top: 30px;
}

#bigJumbo {
	padding-bottom: 20px;
}
#bigText {
	margin-bottom: 0px;
}
#subText1 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 200;
	font-style: italic;
}
#subText2 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 200;
	font-style: italic;
}

#explanationText {
	margin-left: 5px;
}

#footerSpace {
	padding-top: 15px;
	padding-bottom: 15px;
}

#theMakers {
	font-size: 0.9em;
	font-weight: 100;
}