<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* cardgame ----------------------------------*/
#card {
  margin: 0px;
  margin-left:50px;
  width: 100%;
  height: 200px;
  list-style: none;
}
#card li {
  margin: 0px;
  width: 150px;
  height: 200px;
  float: left;
  position: relative;
}
#card li img {
  position: absolute;
}
#card li.off, #card li.lock {
  pointer-events : none;
}

@media screen and (max-width:420px){
#card {  margin-left:10px;}
}

@media screen and (max-width:320px){
#card {  margin-left:0px;}
}</pre></body></html>