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