@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');
/*@font-face {
  font-family: 'RSU';
  src: url('fonts/rsu/RSU_light.eot');
  src: local('☺'), url('fonts/rsu/RSU_light.woff') format('woff'), url('fonts/rsu/RSU_light.woff2') format('woff2'), url('fonts/rsu/RSU_light.ttf') format('truetype'), url('fonts/rsu/RSU_light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
body{
  /*font-family: 'Kanit', sans-serif;*/
  font-size:13px;
}
a{
  color: #0057a2;
}
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;
}
.container{
  padding: 0;
}
.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
}
