/* Bigger Synceroo */
.title-row h3 {
  font-size: 1.5rem;   /* increase title size */
  font-weight: 700;
  margin: 0;
}

/* Smaller text inside dropdown */
.storage-select {
  position: absolute;
  right: 4px;
  width: 110px;
  min-width: 0 !important;
  max-width: none !important;

  box-sizing: border-box;
  padding: 3px 6px;
  border: 1px solid #ccc;   /* grey boundary */
  border-radius: 4px;
  font-size: 0.75rem;       /* smaller text inside */
  background-color: #fff;
  color: #333;
}
