ul {
  list-style: none;
  margin: 0;
}

#heading:not(.simple) {
  padding: 30px 0;
}

#heading:not(.simple) h1 {
  padding-bottom: 30px;
}

#heading h1 a {
  color: #ebebeb;
  font-weight: bold;
  font-size: 32px;
}

#heading h1 .small {
  color: #7bc876;
  font-weight: 300;
  padding-left: 5px;
}

#heading .details,
#heading .legend {
  font-weight: 300;
}

#heading .details li,
#heading .legend li {
  line-height: 24px;
}

#heading .details {
  float: left;
  width: 360px;
}

#heading .details .title {
  color: #aaaaaa;
  padding-right: 5px;
  position: relative;
  text-transform: uppercase;
}

#heading .details .title sup {
  position: absolute;
  top: -5px;
}

#heading .details .value {
  color: #aaa;
  float: right;
}

#heading .details .value a {
  color: #ffffff;
}

#heading .details .value a:hover {
  color: #7bc876;
}

#heading .details .priority .value {
  margin-top: 6px;
}

#heading .details .value.overflow {
  max-width: 275px;
  overflow: hidden;
  padding-left: 1px; /* Needed to avoid cutting off overlay due to overflow: hidden; */
  padding-right: 1px; /* Needed to avoid cutting off overlay due to overflow: hidden; */
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#heading .details .resources .value.overflow {
  max-width: 280px;
  white-space: normal;
}

#heading .progress {
  float: left;
  margin: -10px 65px 0;
  position: relative;
  text-align: center;
}

#heading .progress .number {
  display: none;
  font-size: 50px;
  font-weight: bold;
  left: 0;
  right: 0;
  top: 25px;
  margin: 0;
  position: absolute;
}

#heading .progress .number:after {
  content: '%';
  color: #888888;
  display: block;
  font-size: 20px;
  font-weight: 100;
  line-height: 10px;
}

#heading .legend {
  float: left;
  width: 190px;
}

#heading .legend li {
  color: #aaaaaa;
  padding-left: 25px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

#heading .legend li a {
  color: #ffffff;
}

#heading .legend li:hover a {
  color: #7bc876;
}

#heading .legend li .status.fa {
  left: 0;
  top: 4px;
}

#heading .legend li span.value {
  color: #aaa;
  float: right;
}

#heading .legend li a span.value {
  color: #ffffff;
}

#heading .legend li:hover a span.value {
  color: #7bc876;
}

#heading .non-plottable {
  float: right;
}

#heading .non-plottable p {
  color: #aaa;
  font-weight: 300;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
}

#heading .non-plottable a p {
  color: #ffffff;
}

#heading .non-plottable a:hover p {
  color: #7bc876;
}

#heading .non-plottable p.value {
  font-size: 20px;
}

#heading .non-plottable .all {
  padding-bottom: 21px;
}

#heading .non-plottable .unreviewed .status.fa {
  left: auto;
  position: relative;
  top: -1px;
}

#heading .non-plottable .unreviewed .status.fa:before {
  color: #4d5967;
  font-size: 18px;
}

#heading .non-plottable .unreviewed.pending .status.fa:before {
  color: #4fc4f6;
}

#heading .banner .title {
  color: #7bc876;
}

#heading .legend {
  width: 360px;
}

#heading .legend li,
#heading .legend li.unreviewed {
  padding-left: 0;
}

#heading .legend li.banner {
  padding: 0;
}

body.top-contributors #heading .legend li .status.fa {
  display: none;
}

.controls .submenu .links {
  text-align: right;
}

.contributor {
  display: inline-block;
  position: relative;
  width: 670px;
}

.contributor img {
  margin-right: 5px;
}

.contributor p {
  overflow: hidden;
  padding-left: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 520px;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contributor p.name {
  display: inline-block;
  font-size: 1.5em;
  height: 1.5em;
}

.contributor p.role {
  color: #ebebeb;
  left: 67px;
  position: absolute;
  top: 42px;
}

.details div {
  display: inline-block;
  width: 90px;
}

.details div span {
  font-size: 10px;
  text-transform: uppercase;
}

.details div p {
  color: #ffffff;
}

th:last-child,
.stats .details {
  text-align: center;
  width: 270px;
}

th:last-child {
  position: relative;
}

th:last-child sup {
  top: 7px;
  position: absolute;
}

.stats .details div {
  border: none;
}

.stats .details div.approved {
  color: #7bc876;
}

.stats .details div.unreviewed {
  color: #4fc4f6;
}

.stats .details div p {
  font-size: 20px;
  padding: 3px 0 0;
}
