.tag {
  display: inline-block;
  font-size: 0.9em;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
}

.tag-attachment {
  margin-left: 5px;
  background: #6484BD;
  color: #fff;
}

.tag-status-lead-new {
  background: #AD0202;
  color: #fff;
}
.tag-status-lead-contact_attempted {
  background: #DBB512;
  color: #fff;
}
.tag-status-lead-contacted {
  background: #FFE601;
  color: #505050;
}
.tag-status-lead-contact_in_future {
  background: #FAFFA3;
  color: #505050;
}
.tag-status-lead-consult_scheduled {
  background: #C9ECB3;
  color: #505050;
}
.tag-status-lead-demo_scheduled {
  background: #6FDD65;
  color: #fff;
}
.tag-status-lead-quote_sent {
  background: #06AA2F;
  color: #fff;
}
.tag-status-lead-quote_accepted {
  background: #027920;
  color: #fff;
}
.tag-status-lead-junk {
  background: #9A7676;
  color: #fff;
}
.tag-status-lead-lost {
  background: #791414;
  color: #fff;
}
.tag-status-lead-custom {
  background: #7D0AFF;
  color: #fff;
}

.tag-tasks-type-TODO {
  background-color: #2A78B8;
  color: #FFF;
}
.tag-tasks-type-FIXME {
  background-color: #B40A0A;
  color: #FFF;
}

.tag-status-email-sent {
  background: #0087D2;
  color: #fff;
}
.tag-status-email-opened {
  background: #07BB6F;
  color: #fff;
}

.tag-status-project-on_time {
  background: #84E399;
  color: #FFF;
}
.tag-status-project-behind {
  background: #EC8181;
  color: #FFF;
}
