body {
    font-family: Fira sans, Helvetica Neue, Arial, sans-serif;
    font-size: 7pt;
    background-color: white;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    background-color: yellow;
}

#reports .container {
    display: table;
}

#reports .container > div:first-child {
    padding: 0;
}

#reports .container > div {
    display: table-cell;
    padding: 0 0.5em;
}

#reports .container h2 {
    margin-top: 0;
    width: 20em;
}

#templates, #form-cache {
    display: none;
}

/* Rule to fix quirks-mode inheritance behavior */
table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr {
    border-bottom: 1px black dotted;
}

th {
    text-align: left;
}

tr.bug-row {
    cursor: pointer;
}

tr.bug-row:hover {
    background-color: #dddddd;
}

tr.tracking {
    background-color: #ffdddd;
}
tr.tracking:hover {
    background-color: #ffaaaa;
}

th, td {
    padding: 0.5em;
}

.P1.critical, .P1.blocker {
    color: red;
}

.status-RESOLVED, .status-VERIFIED {
    text-decoration: line-through;
}

.countdown {
    color: #f0f0f0;
}

.bug-tooltip {
    /* TODO: Actually display this. */
    display: block;
}

.loading {
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

.priority {
    text-align: center;
    font-weight: bold;
}

#header .menu li a {
    color: #EEE;
}

#header .menu li a:hover {
    color: #000;
}

img.chuck {
    width: 200px;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #FF7722;
}
