p a:not([href*=".bkk-gb."]):not([href^="tel:"]):not([href^="mailto"]):after,
p a:after, li a:after{
	display: none;
}

body .page-wrapper table {
    width: auto;
    text-align: left !important;
    min-width: 20%;
}


div:has(> table) {
    overflow-x: scroll;
}

table:not(table table) > tbody > tr > td,
table:not(table table) > tbody > tr > th,
table:not(table table) > thead > tr > td,
table:not(table table) > thead > tr > th  {
    border: 1px solid #808080;
    padding: 0.5em;
    text-align: left;
}

ol[type="a"] {
  counter-increment: ol-div-counter;

}
ol[type="a"] li:before{
  content: counter(customOL, lower-alpha) ". ";
}



