.target-list {
  background-color: #eeeeee;

  .target-list-label {
    color: #4c4c4c;
    font-size: .8em;
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .target-list-container {
    overflow-x: auto;

    .target-list-wrapper {
      display: flex;
      p {
          font-size: .8rem;
      }

      .target-item {
        display: flex;
        align-items: flex-start;

        input[type="checkbox"] {
          margin: .25rem .8rem;
          margin-left: 0;
        }

        .target-name, .target-value {
          white-space: nowrap;
        }
      }
    }
  }
}
