@import url(notes2-layout.css);

/* NOTES docs */

abbr.cdn,
acronym.cdn {
  border-bottom: 1px dotted #666;
  cursor: help;
}

code.cdn,
div.cdn-code {
  background: #ffc;
  border: 1px #999 dashed;
  color: #00c;
  padding: 0.2em;
}

div.cdn-code {
  width: 24em;
}

samp.cdn {
  border-bottom: 1px #00f dashed;
}

ul.cdn li {
  font-size: 13px;
  padding: 0.5em 0;
}

ul.cdn li ul {
  list-style-image: none !important;
  list-style-type: disc;
}

/* NOTES docs */

/* /old-notes */

/* these are the styles for the user comments / NOTES pages
   these are now constructed using dl/dt/dd */

.NOTES-list {
  background: #999;
  color: #000;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: small;
}

.NOTE-body {
  background: #f0f0f0;
  color: #000;
}

.NOTES label {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
}

#mozdevNOTES-name {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: small;
}

