@charset "UTF-8";
#main {
  background:rgb(167 111 247 / 30%);
}
#main .castlist div.states {
  height: auto;
}
.castlist div.spec {
  bottom: 9px;
}
@media screen and (max-width: 770px) {
  #main .castlist div.states {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #main {
    overflow: hidden;
    margin-bottom:2em;
  }
  #main .castlist div.states {
    height: auto;
  }
}
