#cycle_note_container {
  position: relative; }
  #cycle_note_container #cycle_note_track {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
    background-color: transparent;
    cursor: move; }
  #cycle_note_container #cycle_note_handle {
    width: 10px;
    background-color: #B20A94;
    cursor: move;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  #cycle_note_container #cycle_note {
    overflow: hidden; }
