@charset "UTF-8";

.rating {
    font-family: "Noto Sans TC", sans-serif;
    display: block;
    max-width: 848px;
    width: 84%;
    margin: 1% auto 2% auto;
    line-height: normal;

}

.rating p {
  padding-left: 1em;
  text-indent: -1em;

  color: #fff;
  text-shadow: 0 0 6px #0099ff, 0 0 6px #0099ff, 0 0 0.8px #0099ff;
}