/* import new NOTES styles */
@import url(http://www.mozdev.org/skin/default/notes.css);

html {
  background: #0d0c0d;
}

body {
  border: 17px solid #0d0c0d;
  margin: 50px 5%;
  padding: 20px;
  background: white;
  color: black;
  /* there's no shorthand to set all sides at once */
  -moz-border-left-colors: #0e0d0e #100f10 #141314 #191819 #1d1c1d #242324 #2c2b2c #343334 #3e3d3e #494849 #555555 #626262 #5a5a5a #5a5a5a #5a5a5a #bfbfbf #eaeaea;
  -moz-border-right-colors: #0e0d0e #100f10 #141314 #191819 #1d1c1d #242324 #2c2b2c #343334 #3e3d3e #494849 #555555 #626262 #5a5a5a #5a5a5a #5a5a5a #bfbfbf #eaeaea;
  -moz-border-top-colors: #0e0d0e #100f10 #141314 #191819 #1d1c1d #242324 #2c2b2c #343334 #3e3d3e #494849 #555555 #626262 #5a5a5a #5a5a5a #5a5a5a #bfbfbf #eaeaea;
  -moz-border-bottom-colors: #0e0d0e #100f10 #141314 #191819 #1d1c1d #242324 #2c2b2c #343334 #3e3d3e #494849 #555555 #626262 #5a5a5a #5a5a5a #5a5a5a #bfbfbf #eaeaea;
  /* bevelled corners! (interaction with border-colors fun) */
  -moz-border-radius: 12px;
}

h1 {
  font-size: 1em;
  margin: -20px -20px 0;
  padding: 25px;
  background: #eeeeff;
}

h1 a {
  font-size: 1.35em;
  text-decoration: none;
}
h1 :first-child {
  font-size: 1.7em;
}
h1 a:hover {
  text-decoration: underline;
}

#navigation {
  background: #e0e0e0;
  color: black;
  padding: 0.4em;
  margin: 0 -21px;
}
#navigation li {
  display: inline;
}
#navigation a {
  padding: 0.1em 1em;
  background: transparent;
  color: black;
  text-decoration: none;
}
#navigation a:hover {
  background: #eeeeff;
}


/* style the # links next to each extension's name */
h3 a {
  color: grey !important;
  text-decoration: none !important;
  font-size: 60%;
}

h3 {
  font-size: 1em;
}

h3 + p, h3 + p + p {
  margin-left: 1.5em;
}

/* hide the paragraph about contacting the project owner */
.NOTES-disclaimer, .NOTES-notes p:first-child {
  display: none;
}

.BZ-component{
  background: #e0e0e0;
  text-align: right;
  padding: 2px 5px;
}
.BZ-bug :first-child {
  white-space: pre;
}
.BZ-bug td {
  padding: 1px 5px;
}
.BZ-component-name {
  float: left;
  font-size: 120%;
}
.BZ-component a {
  color: black;
}

