#status_spinner { display: none; }

#resetform_button {
    height: 31px;
    line-height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #6b6b6b;
    border-radius: 21px;
    text-align: center;
    width: 130px;
    color: #5f5f5f;
    margin: 3rem 0 2rem;
    cursor: pointer;
    background-color: #ffffff;
}
#resetform_button:hover { background-color: #f2f2f2; }


#email_optin_container { display: none; }

.regnum_label div {
	margin: 10px 0 20px;
    line-height: .1em;
    border-bottom: 1px solid #bebebe;
}

.regnum_label span {
	background-color: white;
    padding: 0px 5px;
}


/* Form Result Styles */
#form_results h1 {
    margin: 12px 0 0;
    color: #2f5496;
    font-weight: normal;
    page-break-after: avoid;
}
#form_results h2 {
	margin: 12px 0 6px 0;
	color: #2f5496;
	font-weight: normal;
}
#form_results table {
	width: 100%;
	border-collapse: collapse;
}
#form_results table th {
    border: 1px solid #c9c9c9;
    width: 160px;
    color: #1F497D;
    padding: 2px 5px;
    text-align: left;
}
#form_results table th.thead-light {
    background-color: #e9ecef;
    border-color: #dee2e6
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom;
    padding: .75rem;
    border-top:1px solid #dee2e6;
}
#form_results table td {
    border: 1px solid #c9c9c9;
    padding: 2px 5px;
    text-align: left;
}