.table tbody > tr > td,
.table tfoot > tr > td {
  vertical-align: middle;
}

.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 2px;
}

.table-wrapper {
  margin-top: 20px;
  overflow-x: auto;
}

.table-controls {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.sheet-musci-nav{
  padding: 0px
}

.pageInfo{
   font-size: 0.8em
}


.left-table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

#music-sheet {
  max-width: 100% !important;
  position: relative;
}

#prevButton {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 999;
}

#nextButton {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 999;
}

.search-input {
  width: 100%;
}

.search-container {
  width: 35%;
}

@media (max-width: 1000px) {
  .sheetmusic_wrapper_container {
    margin-top: 90px !important;
  }
}

@media (max-width: 540px) {
  .left-table-controls {
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
  }

 

  #artistFilter {
    width: 100%;
  }

  .artist-filter-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 1000px) {
  .table-controls {
    flex-direction: column;
  }

  

  .left-table-controls {
    width: 80%;
  }

  .search-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-length{
    display: none !important;
  }
}

 
.tags-container {
  margin-top: 0px;
}

.tag {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 2px 4px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 7px;
  color: #333;
}

