<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********** WORKSHEET STYLES **********************/
.select-kanji {
  display: block;
  float:left;
  margin:3px;
}

#worksheet-content .kanji-box {
  float:left;
  width:80px;
  height:80px;
  text-align: center;
  font-size: 70px;
  color:#000000;
  box-sizing: border-box;
  border:1px solid #666666;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: Mitimasu;
  line-height:78px;
  font-weight: 100;
}

.kanji-data {
  margin:10px 0 0 0;
}

.kanji-term, .kanji-definition {
  display: inline-block;
}

.kanji-term {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.kanji-definition {
  margin: 0 30px 0 10px;
  text-transform: capitalize;
}
.stroke-order {
  font-family: StrokeOrder!important;
  font-size: 80px!important;
}

@media print {
  .kanji-row {
    width: 100%;
    page-break-inside: avoid;
  }
  #worksheet-content {
    width: 980px;
    float: left;
  }
  #worksheet-content .kanji-box {
    float:left;
    width:95px;
    height:95px;
    border:1px solid #666666;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height:90px;
  }


  #accordion {
    display: none;
  }
}

/*  @media print {*/


.kanji-grey  {
  color: rgba(255, 255, 250, 0)!important;
  text-shadow: 0 0 0 #ccc!important;
}

@media print and (-webkit-min-device-pixel-ratio:0) {
  .kanji-grey  {
    color: #ccc!important;
    -webkit-print-color-adjust: exact!important;
  }
}
/*   }*/</pre></body></html>