@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit/Kanit-Regular.ttf');
}

body {
    font-family: 'Kanit';
    background: #F5F7F8;
}

.form-control{
  width: 100px;
  text-align: center;
}

.tableMeter {
  max-width: 100%;
}

.tableMeter tr td {
  min-width: 120px;
}

.tableProgressiveRate tr td {
  min-width: 120px;
  padding-left: 5px;
  padding-right: 5px;
}

.tableProgressiveRate {
  border: 1px solid #cccccc;
}

.txt-right {
  text-align: right;
}

.float-right {
  float: right;
}

.tbColor1{
  background-color: #f4b082;
}

.tbColor2{
  background-color: #00b050;
}

.tbColor3{
  background-color: #0070c0;
}

.rmBorderLR{
  border-left: none;
  border-right: none;
}
