@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap");

* {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.nav-pills .nav-link.active {
  background-color: #a87b32;
  color: white;
}

table thead tr {
  border-top: 1px solid #444;
}

thead th {
  text-align: center;
  color: #bc9254 !important;
  font-weight: bold;
}

tbody td {
  text-align: center;
}

#bg01,
#bg02,
#bg03,
#bg04,
#bg05,
#kg04 {
  width: 80px;
  height: 140px;
  cursor: pointer;
}

#kg01,
#kg02,
#kg03 {
  width: 95px;
  height: 160px;
  cursor: pointer;
}

.equal-width-table {
  table-layout: fixed;
  width: 100%;
}

.equal-width-table th,
.equal-width-table td {
  word-wrap: break-word;
  text-align: center;
}
