@font-face { 
/*
  font-family: 'ekkamai';
  src: url('../font/EkkamaiNew-Regular.ttf') format('truetype');
*/
  font-family: 'NotoSansThai';
  src: url('../font/NotoSansThai-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

body { 
  padding-top: 5rem;
  font-family: NotoSansThai;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.text-data {
  font-size: 16px;
/*
  font-family: DB ThaiTextFixed; 
*/
  font-family: NotoSansThai;
}

.bg-pea {
  background-color: #93278f;
}

.table-landing table {
  margin-top: 20px;
  border: 1px solid;
  border-color: #808080;
  border-collapse: collapse;
  background-image: url('../img/bg-landing.png');
  background-repeat: no-repeat;
}

.table-landing tr {
  border: 1px solid;
  border-color: #808080;
  border-collapse: collapse;
  height: 90px;
}

.table-landing th, td {
  padding: 0 0 0 70px;
}

.text-pea {
  color: #93278f;
}

.btn-pea {
  background: #93278f;
  color : #fff:
}


a:link, a:visited, a:active, a:hover {
  color: black;
}
