#mycroft-logo {
  position: absolute;
  left: 156px;
  top: -42px;
}
label, strong, th {
  font-weight: bold;
  color: #970000;
  background-color: transparent;
}
tbody th {
  text-align: left;
}
input.small, select.small {
  width: 50px;
}
input.medium, select.medium {
  width: 100px;
}
input.large, select.large {
  width: 250px;
}
#main-content h1 {
  font-size: 2em;
  margin-bottom: 0.67em;
  margin-top: 0.67em;
/*  font-family: sans-serif;
  font-size: 12pt;
  color: #970000;
  background-color: transparent;
}
h1 img {
  margin-left: 16px; */
}
h2 {
/*  font-family: serif; */
  font-size: 12pt;
  color: #970000;
  background-color:#FFCC77;
  padding: 2px;
  margin-top: 4px;
/* clear: both; */
}
h3 {
  font-family: serif;
  font-size: 11pt;
  color: #970000;
  background-color:transparent;
  border-bottom: 3px solid #FFCC77;
}

#mozdev-navigation ul{
  font-weight: bold;
  font-size: 10pt;
  list-style-position: outside;
  list-style-type: disc;
  margin:0em 0pt 0pt 2em;
}
#mozdev-navigation ul ul{
  font-weight: normal;
  list-style-type: circle;
  margin:0em 0pt 0pt .5em;
}
#overview {
  float: right;
  width: 28%;
  min-width: 100px;
  border: 1px solid #990000;
  padding: 3px;
  color: inherit;
  background-color: white;
}
form.inline {
  display: inline;
}
.flag {
  border:1px solid black;
}
.icon {
  width: 16px;
  height: 16px;
}

.altrowgw tr:nth-child(odd) { background-color: #ffffff; }
.altrowgw tr:nth-child(even) { background-color: #e0e0e0; }
