table.bug { position: relative; margin-top: 8px; font-size: 11px; line-height: 15px; }
table.bug th { padding: 6px; font-weight: bold; text-align: center; background-color: #ddd; }
table.bug td { padding: 6px; text-align: center; }
table.bug td.fix { width: 100px; height: 32px; }
table.bug td.red { background-color: #ff5959; color: #fff; }
table.bug td.red a { color: #fff; }
table.bug td.yellow { background-color: #feff8f; }
table.bug td.green { background-color: #94ff8f; }
table.bug td.blue { background-color: #7567ff; color: #fff; }
table.bug td.blue a { color: #fff; }
table.bug td.gray { background-color: #aaa; color: #fff; }
table.bug td.gray a { color: #fff; }