

body, html {
    height: 100%;
    margin: 0;
    font-family: Avenir Next,Avenir,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  }

  /* #tabsection {
    /* width:80%;
    padding-left:10%;
    overflow: auto;
    white-space: nowrap;
  } */
  #tabsection {
    /* width:80%;
    padding-left:10%; */
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    /* margin-left: 15%;
    margin-right: 15%; */
    /* margin-top: 1%; */
    /* border-radius: .75em; */
    /* border: .2em solid #ff823a; */
    /* background-repeat: no-repeat; */
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    

  }

    /* Hide scrollbar for Chrome, Safari and Opera */
    #tabsection::-webkit-scrollbar {
      display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  #tabsection {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  
 @media only screen and (max-width: 800px) {
  #tabsection {
width: 100vw;
overflow: hidden;
background-image: url("img/listenlive_optimized_mobile.png");
background-size: 100vw;
height: 50vw;
margin-left: 0;
margin-right: 0;
margin-top: 0;
background-repeat: no-repeat;



    }
}
#tabsection button {
  width: 33.33%;
  padding-left: 0;
  padding-right: 0;
  /* padding-bottom: 1.5em; */
  /* padding-top: 11%; */
  font-size: 1em;
  background-color: transparent;
  /* height: 20%; */
  border-right: 1.5px solid #CC0000;
  border-left: none;
  border-top: none;
  padding-bottom: .5em;
  padding-top: .5em;
  border-bottom: 1.5px solid #cc0000;
  color: #CC0000;
  outline: none;
  font-weight: bold;
  font-family: Avenir Next,Avenir,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  cursor: pointer;

      }
  
      /* #defaultOpen {
        color: #ffffff;
        background-color: #ff6600;
      } */
  /* .tablink {
    background-color: white;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1em;
    width: auto;
    display: inline-block;
    font-family: Avenir Next,Avenir,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    border-bottom: 1.5px solid transparent;
    color:#656565;
    font-weight: 500;
    transition-duration: 150ms;
} */
@media only screen and (max-width: 800px) {
  #tabsection button {
width: 33.33%;
padding-left: 0;
padding-right: 0;
padding-bottom: 1.5em;
padding-top: 0;
font-size: 1.25em;
background-color: transparent;
height: 100vw;
color: #f6b710;
box-sizing: border-box;
border-right: none;
font-weight: 500;

    }
}
  
  /* .tablink:hover {
    border-bottom: 1.5px solid #656565;  
  } */
  #tabsection button:hover {
    color: white;
    border-bottom: 1.5px solid #CC0000;  
    background-color: #ff6600;
        }

  @media only screen and (max-width: 800px) {
    #tabsection button:hover {
  color: white;
  border-bottom: 1.5px solid white;  
  background-color: transparent;
      }
  }
    
  /* .tablink:focus{ 
    border-bottom: 1.5px solid #010101;
    color: #010101;
    } */
/* 
    .tablink:focus {
      color: white;
      border-bottom: 1.5px solid #CC0000;  
      background-color: #ff6600;

          }

    @media only screen and (max-width: 800px) {
      .tablink:focus {
    color: white;
    border-bottom: 1.5px solid white;  
    background-color: transparent;
        }
    } */

    /* .tablink:active{ 
        border-bottom: 1.5px solid #010101;
        color: #010101;
        }    */

        #tabsection button.active {
          color: #ff6600;
          border-bottom: 1.5px solid #ff6600;  
             }
    @media only screen and (max-width: 800px) {
      #tabsection button.active {
      color: white;
      border-bottom: 1.5px solid white;  
         }
        }
  .tabcontent {
    display: none;
    padding: 10px 20px;
  }

  * {
    box-sizing: border-box;
  }
  
#listenlive-web-banner {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: .5em;
  border-radius: .5em;
  cursor: pointer;
  /* border: .2em solid #969696; */
  
}

@media only screen and (max-width: 800px) {
  #listenlive-web-banner {
    display: none;
    }
}
 .cardimg {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    width: 7em;
    cursor: pointer;
 }
 table {
   margin-left: 1em;
   table-layout: auto;
   width:100%;
 }

 @media only screen and (max-width: 800px) {
  table {
    margin-left: 0;
    }
}

#viewAll {
  text-align: right;
  /* background-color: #ffaa71; */
  border-radius: .5em;
  padding: .2em;
  margin-top: .2em;
  color: black;
}
  .card {
    padding-bottom: 8px;
    text-align: center;
    background-color: transparent;
  }


  td {
    text-align: left;
    padding-right: 2em;
  }

  tr td {
    padding-bottom: 1em;
    color: #000000;
    font-size: .92em;
    font-weight: 500;

}

tr {
  overflow-x: auto;
  display: block;
  width: 100vw;
}
  /* Hide scrollbar for Chrome, Safari and Opera */
  tr::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
tr {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

tr:nth-child(odd) td {
    padding-bottom: 0em;
    color: #000000;
    font-size: 1.25em;
    text-align: left;
    font-weight: 650;
    
}

.wraplines {
 white-space: nowrap;
 width: 7em;
 overflow: hidden;
 text-overflow: ellipsis;
}

#listenlive {
  width: 11em;
  cursor: pointer;
}

/* #eternalthoughtheader {
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  padding-top: .1%;
  padding-bottom: .1%;
  background-image: url("img/background-et.png");
  opacity: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.eternalthoughttitleheader {
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 100%;
  text-decoration: none;
} */

.eternalthoughtheader {
  /* width: 60%; */
  /* margin-left: 20%;
  margin-right: 20%; */
  margin-top: 1%;
  padding-top: .5%;
  padding-left: .5%;
  padding-bottom: .5%;
  padding-right: .5%;
  /* padding-top: .1%;
  padding-bottom: .1%;
  padding-right: 1%;
  padding-left: 1%; */
  border-radius: 1em;
  background-color: beige;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 12%;
  text-decoration: none;

}

@media only screen and (max-width: 800px) {
  .eternalthoughtheader {
height: 9%;
margin-top: 4%;
    }
}

.eternalthoughttitleheader {
  text-align: left;
  color: black;
  font-weight: 450;
  font-size: 1em;
  text-decoration: none;
  white-space: nowrap; 
  width: 90%; 
  overflow: hidden;
  text-overflow: ellipsis; 
  /* display: inline; */
  float: left;
  margin-top: .75%;
  vertical-align: middle;
}

@media only screen and (max-width: 800px) {
  .eternalthoughttitleheader {
width: 80%;
    }
}

#quote{
  /* width: 1em; */
  width: 5%;
  margin-left: 1%;
  vertical-align: middle;
  /* margin-left: .5em; */
  /* margin-right: .5em; */
  /* display: inline; */
  float: left;
}

@media only screen and (max-width: 800px) {
  #quote {
margin-right: 8%;

    }
}

#quoteimg {
  width: 2em;
}

@media only screen and (max-width: 800px) {
  #quoteimg {
width: 1em;

    }
}

.blogplaylistimg {
  width: 10em;
}

.scroll {
  overflow-y: scroll; /* Add the ability to scroll */
  overflow-x: hidden;
   }
   
   /* Hide scrollbar for Chrome, Safari and Opera */
   .scroll::-webkit-scrollbar {
       display: none;
   }
   
   /* Hide scrollbar for IE, Edge and Firefox */
   .scroll {
     -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
   }
 

  