* { /* global reset */
  margin: 0;
  padding: 0;
  border: none;
}
ul, li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  background: #000;
  color: #888;
  font-family: "Gill Sans", sans-serif;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
}
.hidden {
  display: none;
}
#loading {
  background-image: url(ajax-loader.gif);
  background-position: left 50%;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 36px;
  padding: 100px 50px;
  width: 120px;
  margin: 0 auto;
  color: #ca0;
}
.issue.huge {
  font-size: 64px;
  line-height: 72px;
}
.issue.large {
  font-size: 40px;
  line-height: 45px;
}
.issue.normal {
  font-size: 24px;
  line-height: 27px;
}
.issue.small {
  font-size: 20px;
  line-height: 22px;
}
.issue.tiny {
  font-size: 16px;
  line-height: 18px;
}
.red {
  color: #d16b6b;
}
.red .key, .red .reporter, .red.resolved .summary {
  color: #582d2d;
}
.green {
  color: #8dd16b;
}
.green .key, .green .reporter, .green.resolved .summary {
  color: #4f763c;
}
.yellow {
  color: #d1c06b;
}
.yellow .key, .yellow .reporter, .yellow.resolved .summary {
  color: #766c3c;
}
.blue {
  color: #6b7cd1;
}
.blue .key, .blue .reporter, .blue.resolved .summary {
  color: #3c4676;
}
.resolved .summary {
  text-decoration: line-through;
}
#issues {
  min-width: 600px;
  white-space: nowrap;
  overflow: hidden;
}
#issues li {
  margin: 4px 10px;
  position: relative;
  overflow: hidden;
}
.reporter {
  padding: 0 50px 0 20px;
  font-size: .6em;
  background-color: #000;
}
.reporter img.atlassian {
  height: .8em;
  vertical-align: baseline;
}
.key {
  display: none;
}
.summary {
  display: inline-block;
  vertical-align: middle;
  max-width: 1400px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

