<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Keeps the help text/project description wrapper from screwing up the UI on signup **/

.vol-project-description-wrapper,
.vol-role-description-wrapper
 {
  display: none;
}
</pre></body></html>