/*crop images for smaller screen sizes*/
.screenshot {
  overflow: hidden;
}

/*Heading colors with anchors:black*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}

/*Heading colors with anchors:black*/
a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #000000;
}

/* Arguments with type annotation tooltip. */
.reference SPAN.type {
  border-bottom: 1px dashed gray;
  cursor: pointer;
}

/* The void value in type columns. */
.reference SPAN.void {
  font-family: sans-serif;
  color: silver;
  font-style: oblique;
}

/* Cross reference. */

.reference SPAN.xref {
  border-bottom: 1px dotted gray;
  cursor: pointer;
}

.reference SPAN.xref A {
  color: inherit;
  text-decoration: none;
}

/* Examples - remove default table formating */
.example {
  border:0;
}

.example TD, .example TH {
  border: 0;
  margin-bottom:1em;
  margin-top:1em;
  padding:0.5em;
}
