.strength {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .strength__bulbs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .strength__bulbs--positive .strength__bulb--filled {
      background: #257f56; }
    .strength__bulbs--average .strength__bulb--filled {
      background: #ffb511; }
    .strength__bulbs--negative .strength__bulb--filled {
      background: #e00f0f; }
  .strength__bulb {
    background: #d7d7d7;
    border-radius: 6px;
    height: 20px;
    margin-left: 8px;
    width: 12px; }
    .strength__bulb:first-child {
      margin-left: 0; }
    .strength__bulb--filled {
      background: #2175d9; }
  .strength__label {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    margin-left: 20px; }

/*# sourceMappingURL=strength.css.map */
