.FORM {
    padding: 1em;
    max-width:50em;
    min-width:fit-content;
    margin-bottom:5px;  
    border-radius: 8px;
    transition: background-color 0.3s linear;
}

.LABEL {
	/* margin-right:25px; */
	margin-top:12px;
}

.EXPLAIN {
	padding-bottom:10px;
	padding-top:10px;
	max-width:50em;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px;
}

.DEFINITIONS {
	max-width:50em;
	padding-left:5px;
	padding-right:5px;
}

.subheading {
	font-family:AvenirLight;
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
}


/* Ripply buttons */
.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:active {
  background-color: #8dbbff;
  background-size: 100%;
  transition: background 0s;
}