<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.largeradio {
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
}

/* STOP BOTS IN FORM */
input.middlename {visibility: hidden;border:none;margin:0}

.cursor_pointer {
	cursor: pointer;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.text-center {
	text-align: center;
}
.text-lg {
	font-size: 1.3em;
}
.error {
  background: #f2dede;
  border-radius: 5px;
  border: 1px solid #b94a48;
  color: #b94a48;
  padding: 5px;
  font-weight: bold;
  
}</pre></body></html>