body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff5e4;
  font-family: "微軟正黑體", "宋体", "Times New Roman", Georgia, Serif;
}
input,select {
  font-family: "微軟正黑體", "宋体", "Times New Roman", Georgia, Serif;
}

input[type="text"] {
  font-family: "微軟正黑體", "宋体", "Times New Roman", Georgia, Serif;
}

input[type="submit"] {
  font-family: "微軟正黑體", "宋体", "Times New Roman", Georgia, Serif;
  cursor:pointer;
}

.bg_yellow {
  background-color: yellow;
}
.bg_red {
  background-color: red;
}
.bg_white {
  background-color: white;
}
.bg_black {
  background-color: black;
}
.font8 {
  font-size: 8pt;
}
.font10 {
  font-size: 10pt;
}
.font12 {
  font-size: 12pt;
}
.font14 {
  font-size: 14pt;
}
.font16 {
  font-size: 16pt;
}
.has_order_card0 {
  background-color: red;
  color: white;
}
.has_order_card1 {
  background-color: green;
  color: white;
}
.font_bold {
  font-weight: bold;
}
.font_black {
  color: black;
}
.font_green {
  color: green;
}
.font_gray {
  color: gray;
}
.font_red {
  color: red;
}
.font_white {
  color: white;
}
.header_bw {
  background-color: black;
  color: white;
  text-align: center;
}
.navbar .page {
  border: 1px solid #CCCCCC;
  padding: 3px;
  display: inline-block;
  width: 20px;
  font-size: 12pt;
  font-weight: lighter;
  margin-right: 3px;
}
.navbar .nowpage {
  font-weight: bold;
}
.order_style1 {
  color: #000000;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  orphans: auto;
  text-align: -webkit-center;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 1;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  display: inline !important;
  float: none;
  background-color: #ffffff;
}

input[type="checkbox"] {
  /* Double-sized Checkboxes */
  transform: scale(2);
  padding: 10px;
  margin:5px;
  margin-right:10px;
}

input[type="radio"] {
  /* Double-sized Checkboxes */
  transform: scale(1.5);
  padding: 10px;
  margin:5px;
  margin-right:10px;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
