@import url("/static/css/bootstrap-4.5.2.min.css");

body {
  font-size: 12px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  margin: 0;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
h2 {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.clear {
  clear: both;
  height: 0;
}
.darkgrey {
  color: #ababab;
}
.grey {
  color: #333;
}
.left {
  float: left;
}
.line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 20px 0 20px 0;
}
.nomargin {
  margin: 0;
}
.right {
  float: right;
}

#player {
  border-bottom-width: 0;
  background: black;
  color: #fff;
  text-align: center;
  display: flex;
  width: 100%;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #player {
    width: 100%;
    height: 422px;
  }
}

#title {
  font-weight: 500;
  font-size: 24px;
  padding-left: 50px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
}

#title a:hover {
  text-decoration: underline !important;
}
#byline {
  font-size: 90%;
}
#photo {
  border: 1px solid #ddd;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}

#desc {
  overflow: hidden;
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

#showmore,
#loadmore {
  color: #7e7e7e !important;
  background-color: #eaebf0;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 3px;
}
#loadmore {
  padding: 10px 20px;
}
#showmore:hover,
#loadmore:hover {
  text-decoration: underline;
}
#moreinfo {
  background-color: #eaebf0;
  color: #7e7e7e !important ;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 5px;
  white-space: pre;
}
#moreinfo:hover {
  text-decoration: underline;
}

#playlists {
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#playlists a {
  color: #949494;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#playlists a:hover {
  color: #000;
  text-decoration: none !important;
}
#playlists a.active {
  border-bottom: 5px solid #000;
  color: #000;
  padding-bottom: 4px;
}
.item {
  margin-bottom: 0;
}
#playlist #container {
  margin: 0 auto;
}

.lf_comment_count,
.lf_listener_count {
  font-size: 100% !important;
  font-weight: normal !important;
}

iframe {
  width: 100%;
  height: 540px;
}
