#modal-edit-chord {
    width: 100vw;
    height: 100vh;
  }
  
  .modal-dialog {
    max-width: 100vw;
    overflow: auto;
    margin: 0;
    padding: 0;
  }
  
  .modal-content {
    max-width: 95vw;
    max-height: 95vh;
  }
  
  .edit-textarea {
    margin-bottom: 1rem;
  }
  
  #modal-edit-script {
    width: 95vw;
  }
  
  #chordsheet-label {
    font-size: 1rem;
    font-weight: bold;
  }
  
  #chordsheet-textarea {
    font-family: "Times New Roman", sans-serif;
    overflow: auto;
    white-space: pre;
    max-height: 60vh;
  }
  
  td .rendition-selection {
    width: 500px;
    align-self: center;
    justify-content: center;
    justify-self: center;
    height: calc(1.5em + 0.75rem + 2px) !important;
  }
  
  @media screen and (min-width: 576px) {
    #modal-edit-chord {
      max-width: 95vw;
    }
  }
  
  .edit-script-buttons {
    padding: 1rem 0 0 0;
    margin: 0;
    border-top: 1px solid black;
  }
  
  .edit-script-row {
    font-size: 1rem;
  }
  
  td .song-order {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  
  #add-new-song-button {
    margin-bottom: 1rem;
  }
  
  .password-button {
    padding-top: 1rem;
  }
  
  .hebrew-lyric {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
  }