<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main {
  background-color: #8cc63f;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2018/01/10/pickles_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
}
.header {
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  max-width: 800px;
}
.header img {
  max-width: 100%;
}
#tour-dates {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Metal Mania', cursive;
}
#tour-dates :first-child {
  margin-top: 0px;
}
#tour-dates li {
  font-size: 2.4em;
  margin: 30px auto;
}
@media (max-width: 1024px) {
  #tour-dates li {
    font-size: 2em;
  }
}
#tour-dates a {
  text-decoration: none;
  color: black;
}
#tour-dates a:hover {
  color: #ed2024;
}
</pre></body></html>