streaming-storage {
  display: block;

  .edit-btn {
    margin-top: -2px;

    .btn {
      padding: 0;
      background: transparent;
      font-size: 12px;
    }
  }

  .table-no-results {
    border-bottom: 1px solid #E7E7E7;
    height: 30px;
    line-height: 30px;
    color: #383838;
    font-size: 11px;
  }

  .to-bear-box {
    display: flex;

    .icomoon-streaming, .fa {
      width: 11px;
      margin-top: 3px;
    }

    .a-normal {
      max-width: calc(100% - 20px);
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 3px;
    }
  }
}
