* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 10px;
  font-family: Verdana, sans-serif;
  background: #fff;
}
a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 12px;
}
p {
  margin: 0 0 9px 0;
}
#sidebar {
  overflow: auto;
  position: fixed;
  width: 216px;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 10px;
  margin-right: 20px;
  background: #ffffff;
}
#sidebar::-webkit-scrollbar {
  background-color: #eeeeee;
  /* This is the back of the scrollbar */

  width: 7px;
}
#sidebar::-webkit-scrollbar-thumb {
  /* This is the part of the scrollbar that you click */

  background-color: #999999;
  width: 7px;
}
#info p {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  margin-bottom: 5px;
}
#content {
  height: 100%;
  margin: 0 0 0 215px;
  top: 0;
}
#links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#shows {
  list-style-type: none;
  margin: 0;
  margin-bottom: 25px;
}
#shows li {
  line-height: 12px;
}
#show {
  list-style-type: none;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 10px;
}
#groups {
  list-style-type: none;
  margin: 0;
}
#page {
  list-style-type: none;
  margin: 0;
  margin-bottom: 10px;
  margin-top: -5px;
}
#page li {
  margin: 0;
  margin-bottom: -5px;
}
#logo {
  margin-top: 10px;
}
#copyright {
  margin-top: 10px;
}
#page_content {
  margin-top: 5px;
  list-style-type: none;
}
#description li {
  list-style-type: none;
  margin: 0px;
  margin-top: -5px;
}
#description ol li {
  list-style-type: decimal;
}
#description ul {
  margin: 0;
  padding: 0;
}
#description ol {
  list-style-type: decimal;
}
.track-file {
  margin-top: -14px;
  margin-bottom: 15px;
}
.show-image {
  margin-bottom: 15px;
}
.show-image img {
  max-height: 500px;
}
.show-year {
  margin-bottom: 2px;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  background: #fff;
}
#showcontrols {
  margin-top: 25px;
  margin-bottom: 20px;
}

/* added by jl */
#description img {
  max-width: 100%;
}

/* bootstrap xs and below */
@media (max-width: 575.98px) {
  #content {
    margin-left: 0;
  }
  #page_content {
    margin-top: 3.8rem; /* make space for the fixed navbar */
  }
  #showcontrols {
    margin: 0 0 1rem;
    padding: 0.8rem;
    border-radius: 8px;
    background-color: #ddd;
  }
  .offcanvas-body {
    padding-top: 0;
    position: relative;
    top: -1.8rem;
  }
}

/* bootstrap sm and above */
@media (min-width: 576px) {
  #content {
    padding: 0.5rem;
  }
  .show-year {
    margin-bottom: 9px;
  }
}