@import "base.css";

p.paramdesc-title { 
  font-family: "Lucida Grande", Arial, sans-serif; 
  font-size: 10pt; 
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.4em;
}
p.paramdesc-title::before {
  content: "PARAM";
  font-size: 0.7em;
  border: 1px dotted #aaa;
  color: #aaa;
  background-color: #e8f4c1;
  margin-right: 5pt;
}

