@import url('https://fonts.googleapis.com/css?family=Kanit:200,300,400&subset=thai');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,600,700');
/*body{
  font-family: 'Kanit', sans-serif;
  font-size:14px;
  font-weight: 200;
}*/
b, strong{
  font-weight: 400;
}
label{
  font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 400;
}
.dropdown-menu>li>a{
  font-weight: 300;
}
body{
  margin: 0;
  padding: 0;
  color: #333;
}
.form-control{
  border-radius: 0;
}
/*Bootstrap Renews*/
.btn.active, .btn:active{
  box-shadow: none;
}
.btn{
  border-radius: 0;
}
.nav-tabs>li>a{
  border-radius: 0;
}
/*Javaword Style*/
.html_is_number>li {
    list-style: none;
    position: relative;
    margin-top: 10px
}

.html_is_number>li>span.number {
    position: absolute;
    right: 100%;
    background: #1974cd;
    color: #fff;
    height: 22px;
    min-width: 22px;
    padding: 0px 7px;
    margin-right: 10px;
    text-align: center
}

.html_is_number.bg1 span.number {
    background: #5898d6
}

.html_is_number.bg2 span.number {
    background: #CCC
}

.html_no_number>li {
    list-style: none;
    position: relative;
    margin-top: 10px
}

.html_no_number>li::before {
    content: "";
    position: absolute
    right: 100%;
    background: #1974cd;
    color: #fff;
    height: 22px;
    min-width: 22px;
    padding: 0px 7px;
    margin-right: 10px
}

.html_no_number.bg1>li::before {
    background: #5898d6
}

.html_no_number.bg2>li::before {
    background: #CCC
}