.gitcommerce-issue-item {
  margin: 2rem 0;
  background-color: #f5f5f5;
  border: #eee 1px solid;
  padding: 2rem 2rem 0;
}
.gitcommerce-issue-item h3 {
  margin: 0 0 0.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.1rem;
}

.gitcommerce-info span {
  margin-right: 10px;
}

.gitcommerce-issue-closed h3 {
  color: #666;
  font-weight: 500;
}

.gitcommerce-attributes {
  margin-bottom: 2rem;
}

.gitcommerce-attribute {
  display: inline-block;
  margin-right: 1em;
  color: #666;
}
.gitcommerce-attribute .gitcommerce-value {
  color: #000;
  font-weight: 700;
}

.gitcommerce-state {
  display: inline-block;
  padding: 0 1em;
  border-radius: 3px;
  font-size: 0.8rem;
  background-color: #ccc;
  color: #000;
}

.gitcommerce-state-opened {
  background-color: #3c6;
  color: #fff;
}

.gitcommerce-issue-single > .gitcommerce-description,
.gitcommerce-issue-single .gitcommerce-note-item {
  background-color: #f5f5f5;
  border: #eee 1px solid;
  padding: 2rem;
  margin: 1em 0;
}
.gitcommerce-issue-single > .gitcommerce-description p:last-child,
.gitcommerce-issue-single .gitcommerce-note-item p:last-child {
  margin-bottom: 0;
}
.gitcommerce-issue-single > .gitcommerce-description.gitcommerce-scope-internal,
.gitcommerce-issue-single .gitcommerce-note-item.gitcommerce-scope-internal {
  background-color: #f9f7ce;
  opacity: 0.5;
}
.gitcommerce-issue-single > .gitcommerce-description.gitcommerce-authored-me,
.gitcommerce-issue-single .gitcommerce-note-item.gitcommerce-authored-me {
  margin-left: 2em;
}
.gitcommerce-issue-single > .gitcommerce-description.gitcommerce-authored-other,
.gitcommerce-issue-single .gitcommerce-note-item.gitcommerce-authored-other {
  margin-right: 2em;
}

.gitcommerce-support-form-submit {
  padding-top: 1rem;
  text-align: right;
}