@charset "UTF-8";
/* CSS Document */

* {
    page-break-before: avoid;
    page-break-after: avoid;
}

body,
 #form {
	color: black;
}

img { 
	border: none;
}

.frmButton, .question_button {
    background-image: none;
    background-color: #DDD;
    color: black;
}

#sidebar,
 .modalOpen,
 .terms,
 .terms + .question_outer,
 #frmSubmitUpdate,
 #frmButtonPrint,
 #frmSubmitContinue,
 #row_seven,
 #footer {
    display: none;
}
