#largeblue-player-container {}
  #largeblue-player {
    background-color: black;
  }
#largeblue-player-controls {
  width: 512px;
  background-color: grey;
}
  #largeblue-player-controls .control-button {
    border: 1px solid black;
    width: 64px;
    height: 27px;
    font-size: 9px;
    margin: 2px;
  }
  #lbpc-seek-bar-container {
    width: 100%;
    height: 8px;
    padding-top: 2px;
    background-color: darkgray;
  }
    #lbpc-seek-bar-container .seek-bar {
      height: 5px;
      padding-top: 1px;
      background-color: #eeeeee;
    }
      #lbpc-seek-bar-container .progress-bar {
        height: 4px;
        background-color: purple;
      }
        #lbpc-seek-bar-container .seek-button {
          width: 25px;
          height: 4px;
          background-color: orange;
        }
        #lbpc-seek-bar-container .progress-bar:hover .live-seek-button {
          margin-top: -2px;
          height: 8px;
        }
  #lbpc-fullscreen-container {
    width: 70px;
  }
    #lbpc-fullscreen-container .fullscreen-on-button, #lbpc-fullscreen-container .fullscreen-off-button {}
  #lbpc-volume-container {
    width: 170px;
  }
    #lbpc-volume-container .volume-bar {
      width: 80px;
      height: 10px;
      margin: 12px 10px 2px 5px;
      background-color: purple;
    }
      #lbpc-volume-container .volume-button {
        margin-left: 60px;
        width: 6px;
        height: 18px;
        margin-top: -5px;
        background-color: orange;
      }
    #lbpc-volume-container .mute-on-button, #lbpc-volume-container .mute-off-button {}
  #lbpc-time-display-container {
    margin: 6px 10px 0px 5px;
    width: 70px;
  }
    #lbpc-time-display-container .time-display {}
  #lbpc-control-buttons {
    width: 140px;
  } 
  /*
    
    do *not* fuck with the layout of this bit
    see the ...controls.grid.css
    
    
  */
    #lbpc-control-buttons .pause-button {
    }
    #lbpc-control-buttons .play-button {}
    #lbpc-control-buttons .stop-button {
      /* margin-left: 70px; */
    }