/**
 * Legend/Glossary of Terms
 */
#dfiu-legend > div:first-child {
  margin-top: 10px;
}

#dfiu-legend > div {
  margin-top: 32px;
}

#dfiu-legend button {
  font-size: 0.7em;
  min-height: 45px;
}

#dfiu-legend-header > div {
  padding: 0 6px;
  text-align: center;
}

#dfiu-legend-list {
  list-style: none;
  -moz-column-count: 1;
  -moz-column-gap: 40px;
  -webkit-column-count: 1;
  -webkit-column-gap: 40px;
  column-count: 1;
  column-gap: 40px;
}

#dfiu-legend-list li:before {
  content: "\25CF";
  margin-right: 8px;
}

.moderator-verification {
  color: #a2050c;
}

.message-verification {
  color: black;
}

.dfiu-legend-list-item .action-button {
  background: #a2050c;
  color: #fff;
  display: inline-block;
  padding: 3px;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.dfiu-legend-list-item .notifications {
  position: relative;
}

.dfiu-legend-list-item .notifications .glyphicon-globe {
  font-size: 1.2em;
  line-height: 2em;
}

.dfiu-legend-list-item .notifications-count {
  position: absolute;
  top: -7px;
  left: 8px;
  background-color: #fa3e3e;
  border-radius: 2px;
  color: #fff;
  padding: 1px 3px;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: -0.12px;
}

@media only screen and (min-width: 768px) {
  #dfiu-legend button {
    font-size: 1em;
  }

  #dfiu-legend-header > div {
    padding: 0 15px;
  }

  #dfiu-legend-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
