/* 
 * Custom rules for skins/standard/global.css.
 * The rules you put here override rules in that stylesheet.
 */

@import 'https://www.mozdev.org/skin/tools-css.php';

body, td, th, input {
font-family:verdana,sans-serif;
font-size:small;
}
#mozdev-logolet {
height: auto;
color: #910;
}
#mozdev-logolet a {
background-image: none;
background-position: top left;
background-repeat: no-repeat;
display: inline;
width: auto;
height: auto;
margin: 0;
padding-top: 0;
overflow: auto;
}
#titles {
-moz-border-radius-topleft:inherit;
-moz-border-radius-topright:inherit;
color: #910;
background-color: transparent;
}
#subtitle {
background-color: transparent;
background-image: none;
background-position: top left;
height: auto;
color: #910;
font-size: 1em;
margin-top: 0;
}
#subtitle p {
padding: 0;
margin: 0;
font-size: 1.1em;
font-weight: bold;
}
#header {
margin-bottom:0.5em;
}
#header .links {
font-size:90%;
}
#header .btn, #header .txt {
font-size:100%;
}
#header #information {
color:#A99;
font-size:small;
}
#footer {
background-color:#F2EDED;
}
pre {
font-size:medium;
}
.bz_comment {
width:50em;
}
.bz_comment_head {
padding:2px 1em;
}
.bz_comment_number {
float:right;
}
.field_label {
text-align:left;
}
#attachment_table {
width:50em;
}
#public_email_warning {
  border: 1px dashed #F00;
  background-color: #FFD;
  color: inherit;
  font-weight: bold;
  text-align: center;
  padding: 0.75em;
}
