#main #exh_list ul,
#main #exh_list ol {
  padding-left: 1rem;
}
#main #exh_list ul li,
#main #exh_list ol li {
  list-style: unset;
}
#main #exh_list table {
  max-width: 100%;
}
#main #exh_list table td {
  padding: 0.5rem;
  min-width: 80px;
}
#main #exh_list img,
#main #exh_list iframe {
  max-width: 100%;
}
#main #exh_list a {
  text-decoration: underline;
}
#main #exh_list a:hover {
  color: #009491;
}
#main #exh_list .youtube-embed-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
}
#main #exh_list .youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

#main #exh_list .nav-pills {
  overflow: hidden;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#main #exh_list .nav-pills::-webkit-scrollbar {
  height: 8px;
}
#main #exh_list .nav-pills::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #52c5c1;
}
#main #exh_list .nav-pills::-webkit-scrollbar-thumb {
  background-color: #006564;
}

#main #exh_list .tab-pane {
  overflow-x: auto;
}
#main #exh_list .tab-pane a:hover {
  color: #009491;
}