body {
    width: 100%;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    font: 16px/1.5 SimSun, sans-serif;
    min-width: 0px;
    color: rgb(32,32,32);
    -webkit-font-smoothing: antialiased; /* fix MacOS bold not visible issue */
    background: #fefdfa; /* rgb(254,253,250); */
}

a {
    text-decoration: none;
    color: inherit;
}

    a:active {
        text-decoration: none;
        color: inherit;
    }

    a:link {
        text-decoration: none;
        color: inherit;
    }

    a:visited {
        text-decoration: none;
        color: #666666;
    }

    a:hover, a:active, a:focus {
        text-decoration: underline;
        color: inherit;
    }

#znxx {
   font-size: 20px;
   color: rgb(32,32,32);
   margin: 60px 10px 10px 10px;
}
a:visited { color: inherit; }
ol {
  margin-left: 8em;
  margin-right: 8em;
  list-style: none;
  display: table;
  counter-reset: chinese-counter;
}
ol li {
  font-size: 16px;
  margin-top: 5px;
  display: table-row;
  counter-increment: chinese-counter;
}
ol li::before {
  content: counter(chinese-counter) "กข";
  display: table-cell;
  color: rgb(32,32,32);
  font-weight: normal;
}

.label {
  display: inline-block;
  width: 7em;
  margin-left:3em;
  text-align: left;
}
.rounded_box {
  display: inline-block;
  width: 150px;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  height: 36px;
  border: 0.25px solid rgb(200,165,79);
  background-color: rgb(255,252,215);
  border-radius: 5px;
}
.postinput {
    border: 0.25px solid rgb(200,165,79);
    background-color: rgb(255,252,215);
    font-size:16px;
}
.postinput:hover{
    border: 0.25px solid rgb(200,165,79);
}
