.notes-sh {
  font-size: 13px;
  color: #666;
  line-height: 1.2em;
  text-indent: -1.0em;
  padding-left: 1.0em;
  margin: 5px 0 5px 0;
}
.mark {
  font-size: 18px;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 0.1em;
}
.table-sh {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-sh td {
  padding: 2px 5px;
  border: none;
  background: #ffffff;
}
.table-sh1 {
  width: 100%;
  border-collapse: collapse;
}
.table-sh1 td {
  padding: 3px 5px;
  border: none;
  background: #ffffff;
}
@media only screen and (max-width:768px) {
  /*.table-sh-info {
    font-size: 0.8em;
  }*/
}
@media only screen and (max-width:640px) {
  .table-sh {
    width: 100%;
    font-size: 0.8em;
  }
  .table-sh1 {
    width: 100%;
    font-size: 0.8em;
  }
}
@media only screen and (max-width:480px) {
  .table-sh img {
    width: 100%;
    height: auto;
  }
  .table-sh-img {
    width: auto;
    height: auto;
  }
  .table-sh1 img {
    width: 100%;
    height: auto;
  }
  .table-sh1-img {
    width: auto;
    height: auto;
  }
}