#tags {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
#tags ::-webkit-scrollbar {
  height: 6px;
}
#tags ::-webkit-scrollbar-thumb {
  height: 2px;
  border-radius: 3px;
  background: #d6872c;
}
#tags .scroll-panel {
  padding: 0.5rem 1rem;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}
#tags .tag.active {
  background: #F16722;
}
#tags a {
  display: block;
  color: inherit;
  text-decoration: none;
  margin: 0 0.25rem;
  padding: 0.25em 1.5em;
  border-radius: 2em;
  border: 1px solid #A5A3A3;
}
#tags a.tag_select {
  border-color: #F16722;
  background: #F16722;
  color: #FFF;
}

#other-sessions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 23rem;
  margin: 0;
  padding: 0;
}
#other-sessions.list {
  width: 65rem;
  margin-left: 1em;
}
#other-sessions.list li {
  width: 15rem;
}
#other-sessions li {
  margin: 0 0.5rem 0.4rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  width: 11rem;
}
#other-sessions li a {
  text-decoration: none;
  border: 0;
  color: inherit;
}
#other-sessions li a:hover .item-name {
  text-decoration: underline;
}
#other-sessions li .item-preview img {
  width: 100%;
  height: auto;
}
#other-sessions li .item-name {
  padding-top: 0.3rem;
  line-height: 1.2;
}

#page-tags {
  font-size: 0.8rem;
}
#page-tags > span {
  display: inline-block;
  background: #FFF;
  border-radius: 2em;
  padding: 0.25em 2em;
  margin-bottom: 0.5em;
  border: 1px solid #DDD;
}
#page-tags > span a {
  color: inherit;
  text-decoration: none;
}

#library-grid .videos,
#library-tracks .videos {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1em;
}
#library-grid .videos .preview,
#library-tracks .videos .preview {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #000;
}
#library-grid .videos .preview img,
#library-tracks .videos .preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#library-grid .videos {
  width: 100%;
  grid-template-columns: calc(25% - 1em) calc(25% - 1em) calc(25% - 1em) calc(25% - 1em);
}

#library-tracks {
  position: relative;
  max-width: 28.625rem;
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 1em;
}

#report-download {
  position: sticky;
  bottom: 0;
  background: #00539B;
}
#report-download a {
  display: block;
  max-width: 300px;
  width: 100%;
}
#report-download a:before {
  content: "";
  display: block;
  padding-top: 31%;
  background-image: url("/media/images/download.svg");
  background-size: 100% auto;
}

@media (max-width: 767.98px) {
  #library-tracks {
    max-width: 100%;
  }
  #library-grid .videos {
    grid-template-columns: calc(50% - 0.5em) calc(50% - 0.5em);
  }
}

/*# sourceMappingURL=library.css.map */
