body,pre {
  font: 1rem/1.71rem "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei","Lucida Sans Unicode";
  line-height: 1.71rem;
}

a {
  text-decoration: none;
}

table {
  table-layout: fixed;
  word-wrap: break-word;
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  border: 0;
  background: #fff;
  text-align: left;
}

th,
td {
  border: 1px #E1E6EB solid;
  padding: 4px;
  line-height: 1.5;
  /* white-space:nowrap; */
  
  /*
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  */
}

th {
  background: #F5F6FA;
  color: #000;
}

td {
  color: #333;
}

ul {
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
}

li {
  word-wrap: break-word;  
}

pre {
  white-space: pre-wrap; 
  word-wrap: break-word; 
}

.phonetic {
  font-family: "lucida sans unicode", arial, sans-serif;
}

@media screen and (max-width: 768px) {
  pre>img {
    width:100%;
  }
}