.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2.0rem;
}
.h3, h3 {
    font-size: 1.75rem;
}

label {
	font-size: 1.0rem;
	font-weight: bold;
}

.displayText {
	font-size: 1.5rem;
	margin: 1rem 0;
}

#eldo-header .button {
    background-color: #fff;
    color: #0a0a0a;
}

.body-container-wrapper .button {
	font-size: 1.25rem;
}
.align_right {
	text-align: right;
}

.blue-row {
	background-color: #1e5882;
	padding: 1rem 0;
}

.main_group {
	border: 2px solid #1e5882;
	border-radius: 25px;
	margin-bottom: 1rem;
	padding: 1.0rem 0;
}
.inside_padding {
	padding: 0 2rem;
}
.secondary_group {
	border: 2px solid #1488bb;
	border-radius: 25px;
	margin-bottom: 1rem;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
}

.secondary_group table [type=number] {
	width: 70px;
}

.callout button {
	margin-top: 0.25em;
	margin-bottom: 0;
}

input:invalid {
  border: 2px solid #a2a2a2;
}
textarea {
    height: 5rem;
}


table [type=color], 
table [type=date], 
table [type=datetime-local], 
table [type=datetime], 
table [type=email], 
table [type=month], 
table [type=number], 
table [type=password], 
table [type=search], 
table [type=tel], 
table [type=text], 
table [type=time], 
table [type=url], 
table [type=week], 
table textarea {
	margin: 0;
}

.button.tiny {
	padding-left: 0.5em;
	padding-right: 0.5em;
}