@charset "utf-8";

.wf-loading body {
	visibility:hidden;
}

.question  { 
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 
  color:#666666;
  font-size:12px;
}


form td, form th, form input { 
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 
  color:#666666;
  font-size:12px;
}

.error {
	color: #cc0000;
}

.errorMessage {
	color:#c00;
	font-weight:bold;
}

form {
	margin:0;
	padding:0;
}

.question {
  font-weight : bold;
  margin-left : 10px;
	padding-bottom: 10px;
}

.answers {
  margin-left : 45px;
  margin-bottom : 20px;
}

form td {
	vertical-align: middle;
}

.qcert-msg a {
	text-decoration: underline;
}

