@font-face {
  font-family: 'Open Sans';
  src: local('PMingLiU'), local('細明體');
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans');
}

body {

  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}
h1,h2,h3,h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #203E35;
  font-weight: bold;
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-link {
  color: #203E35;
}
.nomargin {
  margin-top: 0px;
}
.nav-tabs .nav-link {
  font-size: 120%;
}

@media only screen and (min-width: 992px) {
.remarks ul {
  list-style: none;
  margin-left: 0.2em;
  padding-left: 1em;
  text-indent:-1.1em;
}

.remarks ul li:before {
	content: "\2B9A \0020";
}
}