.container {
  width: 98%;
  max-width:initial;
}

.container > .row {
  margin: 5px;
}

.container > .row > .col {
  padding: 5px;
}

#content, #authorize-button, #signout-button, #subscriptions-button {
  display: none;
}

#subscriptions-container, #video-container {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

#channel-form > .input-field {
  display: flex;
}
