<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  box-sizing: border-box;
}
body#old {
  background-color: #ee71a9;
}
.main {
  padding: 0 20px;
  color: #252525;
  margin: 0 auto;
  max-width: 1024px;
}
.main * {
  box-sizing: border-box;
}
.main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#index .main {
  text-align: center;
  font-family: 'serif';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
#index .header {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 1em 0;
  font-size: 1.7em;
}
@media (min-width: 768px) {
  #index .header {
    font-size: 4.5em;
  }
}
#index .content {
  -ms-flex: 3 0 auto;
      flex: 3 0 auto;
}
#index .content .choices span {
  font-size: 2em;
}
@media (min-width: 768px) {
  #index .content .choices span {
    font-size: 5.5em;
  }
}
#index .content .choices span a {
  text-decoration: underline;
  color: blue;
}
#index .content .choices span a:hover {
  color: red;
}
#index .content .choices span.or {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  #index .content .choices span.or {
    font-size: 3em;
  }
}
#old .header {
  padding: 2em 0;
}
#old .header h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  font-size: 3em;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #old .header h1 {
    font-size: 6em;
  }
}
#old .header a {
  color: blue;
}
#old .homepages .homepage {
  padding: 10px;
  margin-bottom: 15px;
  /***** CSS Magic to Highlight Eggplants on Hover *****/
  /* hover previous eggplants in list */
}
#old .homepages .homepage .homepage-content {
  background-color: #252525;
  padding: 10px;
}
@media (min-width: 667px) {
  #old .homepages .homepage {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #old .homepages .homepage {
    width: 25%;
  }
}
#old .homepages .homepage .image {
  position: relative;
}
#old .homepages .homepage .image img {
  width: 100%;
}
@media (min-width: 1024px) {
  #old .homepages .homepage .image img {
    width: auto;
  }
}
#old .homepages .homepage .name {
  color: #008aff;
  font-family: 'serif';
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.2em;
  text-decoration: underline;
}
#old .homepages .homepage .eggplants-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
}
#old .homepages .homepage .eggplants {
  text-align: center;
  width: calc(29px * 5);
  margin: 0 auto;
}
#old .homepages .homepage .eggplants &gt; input {
  display: none;
}
#old .homepages .homepage .eggplants &gt; label {
  float: right;
  display: inline-block;
  width: 29px;
  height: 35px;
  cursor: pointer;
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/07/05/InactiveEggplant.png');
}
#old .homepages .homepage .eggplants &gt; input:checked ~ label,
#old .homepages .homepage .eggplants:not(:checked) &gt; label:hover,
#old .homepages .homepage .eggplants:not(:checked) &gt; label:hover ~ label {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/07/05/ActiveEggplant.png');
}
#old .homepages .homepage .eggplants &gt; input:checked + label:hover,
#old .homepages .homepage .eggplants &gt; input:checked ~ label:hover,
#old .homepages .homepage .eggplants &gt; label:hover ~ input:checked ~ label,
#old .homepages .homepage .eggplants &gt; input:checked ~ label:hover ~ label {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/07/05/ActiveEggplant.png');
}
#old .homepages .homepage .inputs {
  display: none;
}
#old .homepages .homepage .results {
  color: white;
  font-size: 0.7em;
  max-width: 320px;
  margin: 0 auto;
}
#old .homepages .homepage .results .result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 4px;
}
#old .homepages .homepage .results .result .label {
  -ms-flex: 2;
      flex: 2;
  text-align: right;
}
#old .homepages .homepage .results .result .percentage-wrapper {
  -ms-flex: 3;
      flex: 3;
  width: 45%;
  margin: 0 6px;
  position: relative;
}
#old .homepages .homepage .results .result .percentage-bar {
  height: 15px;
  background-color: #555555;
}
#old .homepages .homepage .results .result .percentage {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 0;
  transition: width 0.5s ease-out;
  background-color: #fff02a;
}
#old .homepages .homepage .results .result .percentage-label {
  -ms-flex: 1;
      flex: 1;
}
#new {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/07/05/white_wall_tile.png');
}
#new .header {
  text-align: center;
  color: red;
  font-size: 2em;
  text-transform: uppercase;
  font-style: italic;
  padding: 0.5em 0 0.7em;
}
@media (min-width: 1024px) {
  #new .header {
    font-size: 5em;
  }
}
#new .homepages .homepage {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
#new .homepages .homepage .homepage-content {
  background-color: #252525;
  padding: 20px;
}
@media (min-width: 667px) {
  #new .homepages .homepage {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #new .homepages .homepage {
    width: 33.33333%;
  }
}
#new .homepages .homepage .image {
  margin-bottom: 10px;
}
#new .homepages .homepage .image:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #0039ff;
  color: white;
  content: "Vote";
  text-transform: uppercase;
  font-family: 'Courier New';
  display: none;
  width: 100px;
  height: 100px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#new .homepages .homepage .number {
  font-family: 'Courier New';
}
#new .homepages .homepage .results {
  font-size: 0.9em;
}
#new .homepages .homepage .results a {
  text-decoration: underline;
}
#new .homepages .homepage:hover .image:before {
  display: -ms-flexbox;
  display: flex;
}
#new .homepages .homepage.voted .image:before {
  display: -ms-flexbox;
  display: flex;
  background-color: green;
  content: "Voted!";
  transition: background-color 0.1s ease-in;
}
</pre></body></html>