.page-header {
  border: 0;
  box-shadow: none;
  margin-top: -5px;
  margin-bottom: 10px;
}

.page-header h2 {
  line-height: 1.3em;
}

.page-header #summary {
  margin-top: 10px;
}

.bz_comment_text {
  width: auto;
}

small.editme {
  display: inline;
  position: relative;
  font-size: 18px;
  top: -3px;
  left: 8px;
}

.row.well {
  margin-left: 0;
  padding-left: 0;
}

.form-horizontal .btn,
.form-inline .btn {
  margin-bottom: 0;
}

table[border="1"] {
  border-color: transparent;
}

label {
  display: inline;
  margin-right: 10px;
}

.bz_comment {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #D3D7CF;
}

.bz_comment_head,
.bz_first_comment_head {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  background: #f5f5f5;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid #D3D7CF;
  padding: 8px;
}

.bz_comment_text,
.bz_attach_footer {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  padding: 8px;
  background: #fefefe;
  font-family: inherit;
  font-size: 13px;
}

.bz_collapse_expand_comments {
  text-align: right;
  margin-bottom: 10px;
}

.bz_collapse_expand_comments li {
  display: inline;
  margin-left: 10px;
}

.bz_collapse_expand_comments a:hover {
  text-decoration: none;
}

.bz_alias_short_desc_container h2.editable {
  margin-right: 130px;
}

.knob-buttons {
  display: block;
  margin: 0;
}

#comments .table tbody tr:hover td, #comments .table tbody tr:hover th {
  background-color: transparent;
}

#comments .table th,#comments .table td {
  padding: 0px;
  border-top: 0;
}

#comments {
  margin-top: 10px;
}

.bz_comment_user {
  margin-left: 0px;
}

#remember {
  margin-bottom: 12px;
}

.table td.bz_id_column {
}

.useful-links {
  margin-top: 20px;
}

.useful-links h3 {
  margin-top: -10px;
}

ul#useful-links {
  list-style-type: none;
  margin: 0;
}

#content-pane .links .form form.form-horizontal {
  margin: 0px;
}

.bz_attach_footer td {
  padding: 8px;
}

ul.links li {
  white-space: inherit;
}

ul.links li form {
  display: inline;
}

#footerRow .btn-toolbar {
  margin: 0 2em 0 0;
}

.bz_comment_text span.quote {
  white-space: pre-wrap;
}

.text-nowrap {
  white-space: nowrap!important;
}

#bug_should_be {
  display: inline;
  position: relative;
  top: -15px;
}

.yui-ac-input,
.custom_search_condition input,
.custom_search_condition select {
  margin-top: 5px;
}

.p-links {
  text-align: right;
}

#somebugs {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
}

@media (max-width: 767px) {
  .p-links {
    text-align: left;
  }
}

@media (max-width: 979px) {
  h3 {
    line-height: normal;
  }
  #queryform .input-xlarge {
      width: 100% !important;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
    #queryform .input-xlarge {
        width: 240px !important;
    }
}

#queryform .input-xlarge {
    width: 248px;
}

.row-fluid ul.pager {
  margin-bottom: 0em;
}

.bz_bugitem.bz_RESOLVED .bz_id_column, .bz_bugitem.bz_VERIFIED .bz_id_column {
    text-decoration: line-through;
    font-weight: bold;
}

.bz_grave {
    color: #C6001E;
}
