/* via params */
.prof_utilnav p, .prof_utilnav button { font-family: Papyrus,sans-serif;}
.prof_utilnav p { color:blueviolet;}

/* r+default: full line inherit. CK 4/17/22. v10/17/22 */
body {
   margin: 0;
}
.prof_utilnav {width:100%;height:20px;float:left;padding:5px 0px;margin:0;text-align:right;}  /*3/5, pre-4/17/22: left*/
.prof_utilnav p span {padding-right: 10px;}
.prof_utilnav p, .prof_utilnav button {
   display:inline; font-size:11px;
   /*font-family: "Lucida Grande", Arial,sans-serif;*/
}
.prof_utilnav p a {text-decoration:none; color:#000;}
.prof_utilnav p a:hover {text-decoration:underline; opacity: .5;}
.prof_utilnav  form {display: inline; margin: 0;}
.prof_utilnav  input, .prof_utilnav  button {
   background: none;
   border: none;
   cursor:pointer;
   text-transform:underline;
}
div.prof_utilnav_after {clear:both}
div.prof_utilnav_wrap {white-space:nowrap;}
