page-streaming-msgstream {
  display: block;

  .control-label {
    width: 200px;
  }

  .cycle-selector-wrapper {
    position: relative;
    z-index: 2;

    .cycle-selector {
      position: absolute;
      left: 16.66%;
      border: 1px solid rgba(0, 0, 0, 0.05);
      background: #FFF;
    }

    .modal-btns {
      text-align: right;
      margin: 0 10px 10px;
    }
  }

  .control-label > .fa-question-circle-o {
    margin-right: -13px;
  }
}
