.progress-bar-container {
  flex-grow: 1;
  margin: 0 10px;
  height: 5px;
  background: #554318;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.progress-bar-inner {
  height: 100%;
  width: 0;
  background: #407ED4;
}





.music-player {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #EBB73E;
  border: 1px solid #a08000;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  width: 440px;
  height: 120px;
}

.controls {
  display: flex;
  margin-bottom: 10px;
}

.controls button {
  cursor: pointer;
  margin-right: 10px;
  font-size: 18px;
}

.progress-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}

.progress-bar {
  flex-grow: 1;
  margin: 0 10px;
  cursor: pointer;
  -webkit-appearance: none; /* Override default appearance */
  appearance: none;
  height: 5px;
  background: #554318; /* Set the background color */
  outline: none;
  border-radius: 3px;
}




.progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default appearance */
  appearance: none;
  width: 24px;
  height: 24px;
  background: #ffff00;
  border-radius: 50%;
  cursor: pointer;
}








.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.container {
	padding: 20px;
}
.dropdown {
	float: left;
	width: 100%;
}

.genre-header {
	margin: auto;
	width:125px;
}

.dropdown-menu {
	left: auto;
}

.align-right-header {
	float: right;
}

.filtered-song-list {
	width: 100%;
	max-width: 840px;
	border: none;
	margin-top: -20px;
}

.filtered-song-list td {
	border: none;
	padding: 3px;
}
.search-result-row {
	cursor:pointer;
}
.search-result-row:hover {
	background-color: #F0F0F0;
}
.expanded:hover {
	background-color: #FFFFFF;
	cursor: default;
}
.search-result-row > td:first-child:hover {
	background-color: #F0F0F0;
	cursor: pointer;
}
.expansion-container {
	cursor: default;
	background-color: #FFFFFF;
}
.filtered-song-list span#nameSpan:hover {
	background-color: #ccc;
}
.tiny {
	padding:3px;
	font-size: 10px;
}
