a:link {color:#2F42B8}
a:hover {color:#E9B104}
a:visited {color:#2F42B8}
a:visited:hover {color:#2F42B8}
a.song:link {font-family:Arial, sans-serif; font-size:10pt; text-decoration:none; color:#2F42B8 } 
a.song:hover {font-family:Arial, sans-serif; font-size:10pt; text-decoration:none; color:#2F42B8 } 
a.song:visited {font-family:Arial, sans-serif; font-size:10pt; text-decoration:none; color:#2F42B8 } 
a.song:visited:hover {font-family:Arial, sans-serif; font-size:10pt; text-decoration:none; color:#2F42B8 } 

.button {
  background-color: #2F42B8;
  border: solid black 2px;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 180px;
  box-sizing: border-box;
}

.button2025 {
  background-color: #2F42B8;
  border: solid black 2px;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: auto;
  box-sizing: border-box;
}

.buttonStop {
  position:absolute; left:158px; top:324px; height:30px;
  background-color: #CC0000;
  border: solid black 2px;
  border-radius: 5px;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 180px;
  box-sizing: border-box;
  z-index: 100;
}

.buttonDecemberStop {
  position:absolute; left:158px; top:324px; height:30px;
  background-color: #CC0000;
  border: solid black 2px;
  border-radius: 5px;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 180px;
  box-sizing: border-box;
  z-index: 100;
}

.button:disabled {
  background-color: #999999;
  cursor: not-allowed;
  display: none;
}

#playerControls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 600px;
  margin-top: 10px;
}

/*
#nowPlaying {
  position:relative; left:180px;
  background-color: #2F42B8;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  text-align: center;
  display: none;
  width: 200px;
  box-sizing: border-box;
}
*/

.control-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

#progressBar {
  width: 100%;
  height: 8px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}

#progress {
  height: 100%;
  background-color: #E9B104;
  width: 0%;
  transition: width 0.1s;
}

#inlinePlayer {
  background-color: #f0f0f0;
  border: 2px solid #2F42B8;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  display: none;
  position: relative;
  width: 600px;
  box-sizing: border-box;
}

#inlinePlayer audio {
  width: 100%;
  margin-top: 10px;
}

html {
  overflow-y: scroll;
}

.title {
  border: none;
  color: #2F42B8;
  padding: 2px 16px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
  span:hover {color:#CC0000 !important}
  span:visited:hover {color:#CC0000 !important}

/* Player container styling */
#playerContainer {
  background-color: #f0f0f0;
  border: 2px solid #2F42B8;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 20px 0;
  max-width: 450px;
}

#playerContainer .player-title {
  color: #2F42B8;
  font-family: Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 10px;
}

#nowPlaying {
  background-color: #2F42B8;
  color: white;
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 11pt;
}

.intro-box {
  background-color: #E8EFFF;
  border: 2px solid #2F42B8;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

.intro-box p {
  margin: 5px 0;
  color: #2F42B8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

.home {
  margin: 5px 0;
  color: #2F42B8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

