

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: darkred;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("https://www.KCBAdmin.com/Images/KCBListen_BG.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}

:root {
  --sticky-logo-offset: 64px;
}

header {
  position: sticky;
  top: 0;
  z-index: 1100;
}

#divAllLinksTables {
  width: 50%;
  max-width: 400px;
  margin: 132px auto 0 auto;
  text-align: center;
}

.tableControlsCell {
  white-space: nowrap;
  text-align: center;
}

.tableControlsCell a {
  display: inline-block;
}

.mp3-group {
  margin-bottom: 1.5rem;
}

#divAllLinksTables table {
  margin: 0 auto;
}

h3 {
  width: 60%;
  max-width: 400px;
  text-align: center;
  margin: auto;
}

h3 img {
  text-align: center;
  margin: auto;
  width: 90%;
  max-width: 340px;
}

li {
  line-height: 3rem;
  margin: 2rem auto;
  display: block;
}

a {
  padding: 0.5rem;
  color: darkred;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid darkred;
  border-radius: 8px;
  cursor: pointer;
}

a:hover {
  background-color: darkred;
  color: white;
  text-decoration: none;
}

footer {
  display: block;
  text-align: center;
  font-size: 24px;
}

#footerLinks {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0.5rem;
  width: 100%;
  max-width: 720px;
  overflow: visible;
  box-sizing: border-box;
}

#footerLinks li {
  width: 100%;
  margin: 0.6rem 0;
  padding: 0 0.35rem;
  line-height: 1.4;
  box-sizing: border-box;
}

#footerLinks li a {
  display: inline-block;
  margin: 0.25rem 0.5rem;
}

#imgLogo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  height: 64px;
  width: auto;
}

#pMsg {
  width: fit-content;
  max-width: 400px;
  padding: 1.5rem;
  text-align: center;
  margin: 2rem auto;
  border: 2px solid darkred;
  border-radius: 8px;
}

#ulLinkButtons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

table {
  border: 2px solid rgb(80, 80, 80);
  border-radius: 12px;
  padding: 8px;
  width: 80%;
  max-width: 600px;
}

table a {
  margin: auto;
  padding: 6px;
  color: darkred;
  background-color: white;
  border: 4px solid silver;
  border-radius: 12px;
  display: block;
  width: fit-content;
  max-width: 380px;
  font-size: 12px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

table a:hover {
  background-color: silver;
  color: black;
  border: 4px outset rgb(45, 45, 45);
  border-radius: 12px;
  text-decoration: none;
}

th {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: darkred;
  height: 32px;
  border: 4px outset darkgray;
  border-radius: 12px;
}

.linkCell {
  padding: 0.3rem 0;
  text-align: center;
  border-radius: 14px;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

#divAudio {
  padding: 1rem 1rem 0.5rem 1rem;
  color: white;
  background-color: darkred;
  border: 1px solid darkred;
  border-radius: 0 0 12px 12px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 30%;
  min-width: 360px;
  margin: 0;
}

#h3Subtitle {
  width: 100%;
  max-width: 420px;
  margin: 0.5rem auto 0.75rem auto;
  padding: 0;
  line-height: 1.8;
  min-height: 1.7rem;
  display: block;
}

#divAudio a {
  color: darkred;
  background-color: white;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 12px;
  padding: 4px;
}

#divAudio a:hover {
  background-color: silver;
  color: black;
  text-decoration: none;
}

#divControls {
  text-align: center;
  margin: 12px auto;
  font-size: 0.6rem;
  white-space: nowrap;
}

#audio {
  width: 100%;
  min-width: 360px;
  display: block;
  box-sizing: border-box;
}

#lblAudio {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5rem auto;
}

#chkAutoAdvance {
  margin-top: 1rem;
}

#divcomments {
  font-size: 1.12rem;
  width: 80%;
  max-width: 400px;
  margin: 1.5rem auto -2rem;
  padding: 1rem;
}

main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 96px 0 0 0;
  box-sizing: border-box;
}

#divLinksTableEx,
#divLinksTableHoliday,
#divLinksTableSpring,
#divLinksTablePolen,
#divLinksTableFraze {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#divLinksTable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

#divLinksTable table {
  width: 100%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 10px;
}

#divLinksTableFraze {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

#divLinksTableFraze table {
  width: 100%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 10px;
  border: 4px solid darkred;
  border-radius: 12px;
}

.tblHdr {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: darkred;
  margin: 1rem auto;
}

.audCtrl {
  font-size: 1rem;
  font-weight: bold;
  color: darkred;
  background-color: white;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 12px;
  padding: 4px;
}


@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
  }

  body {
    background-image: url("https://www.KCBAdmin.com/Images/KCBListen_BG.png");
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
  }

  #imgLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 24px;
    z-index: 1200;
    display: block;
    object-fit: cover;
    margin: 0;
  }

  @media only screen and (max-width: 420px) {
    html {
      font-size: 16px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      text-align: center;
    }

    h2 {
      font-size: 2em;
    }

    #imgLogo {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 24px;
      z-index: 1200;
      margin: 0;
      display: block;
    }

    #divAudio {
      width: 90%;
      max-width: 360px;
      min-width: 0;
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      margin: 0;
      padding: 0.75rem;
      box-sizing: border-box;
    }

    #audio {
      width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }

    #divLinksTableEx table,
    #divLinksTableHoliday table,
    #divLinksTableSpring table,
    #divLinksTablePolen table,
    #divLinksTableFraze table,
    #divLinksTable table {
      width: 96%;
      max-width: 96%;
      margin: 0.75rem auto;
      border-collapse: collapse;
      border-spacing: 0;
    }

    #divLinksTableEx tr,
    #divLinksTableHoliday tr,
    #divLinksTableSpring tr,
    #divLinksTablePolen tr,
    #divLinksTableFraze tr,
    #divLinksTableEx td,
    #divLinksTableHoliday td,
    #divLinksTableSpring td,
    #divLinksTablePolen td,
    #divLinksTableFraze td,
    #divLinksTable tr,
    #divLinksTable td {
      display: block;
      width: 100%;
      height: auto !important;
    }

    #divLinksTableEx tr,
    #divLinksTableHoliday tr,
    #divLinksTableSpring tr,
    #divLinksTablePolen tr,
    #divLinksTableFraze tr,
    #divLinksTable tr {
      height: auto !important;
      margin-bottom: 0.25rem;
    }

    #divLinksTableEx td,
    #divLinksTableHoliday td,
    #divLinksTableSpring td,
    #divLinksTablePolen td,
    #divLinksTableFraze td,
    #divLinksTable td {
      padding: 0.35rem 0.5rem;
      box-sizing: border-box;
      margin: 0 !important;
      max-width: 100%;
    }

    #divLinksTableEx td a,
    #divLinksTableHoliday td a,
    #divLinksTableSpring td a,
    #divLinksTablePolen td a,
    #divLinksTableFraze td a,
    #divLinksTable td a {
      display: block;
      width: 100%;
      min-width: 100%;
      max-width: none;
      margin: 0;
      box-sizing: border-box;
      font-size: clamp(0.98rem, 3.8vw, 1.15rem);
      line-height: 1.3;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
      padding: 0.6rem 0.75rem;
      margin-bottom: 0.15rem;
    }

    #footerLinks {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0.9rem;
      max-width: 100%;
      width: 100%;
      padding: 0 0.25rem;
    }

    #footerLinks li {
      width: 100%;
      margin: 0;
      line-height: normal;
    }

    #footerLinks li a {
      display: block;
      width: 100%;
      box-sizing: border-box;
      font-size: 1rem;
      margin: 0 0 0.4rem 0;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    #footerLinks li a:last-child {
      margin-bottom: 0;
    }

    #pStatus {
      margin: 0;
      line-height: 1.35;
    }

    #divLinksTable table,
    #divLinksTableFraze table {
      max-width: 100%;
    }
  }
}


.aBtnNav {
  display: inline-block;
  font-size: 10px;
  color: white;
  background-color: darkred;
  font-weight: normal;
  text-decoration: none;
  border: 2px solid darkred;
  border-radius: 6px;
  padding: 2px;  
  cursor: pointer;
}