.shelveset-selector-container {
  padding-top: 10px;
  display: flex;
  flex-direction: row; }
  .shelveset-selector-container .shelveset-name {
    width: 90%;
    padding-right: 10px; }
  .shelveset-selector-container .shelveset-picker-button {
    padding-top: 25px; }

.shelveset-dialog {
  width: 100%;
  height: 500px; }
  .shelveset-dialog .bolt-dialog-content {
    overflow-y: hidden; }
  .shelveset-dialog .shelveset-row .bolt-list-cell {
    padding-top: 10px; }
  .shelveset-dialog .shelveset-row .shelveset-title {
    display: inline;
    font-size: 0.9375rem;
    font-weight: 600; }
  .shelveset-dialog .shelveset-row .shelveset-info {
    display: flex;
    flex-direction: column; }
  .shelveset-dialog .shelveset-row .shelveset-details {
    display: block;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  .shelveset-dialog .shelveset-row .shelveset-owner {
    display: inline; }
