<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

form label,
form input[type="radio"] ,
form input[type="checkbox"] , 
form select ,
form input[type="submit"] {
	cursor: pointer;
}

textarea {
	resize: vertical;
}
</pre></body></html>