body {
	color: #33335c;
	background-color: #f0f0f2;
	margin: 0;
	padding: 0;
	font-family: "DM Sans", "Sarabun", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
.section-header {
 	color: #000033 !important;
	text-align: center;
	word-wrap: break-word;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
#footer_bar {word-wrap: break-word;}
.section-header > span.tld { color: #1a78c2 !important; display: inline-block;}
.th-text { }
img {
	position:relative;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100%; height: auto;
	box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
	margin-left: auto;
	margin-right: auto;
}
a:link, a:visited {
	color: #38488f;
	text-decoration: none;
}

div.page-container {
	transition: margin 0.8s, max-width 0.4s;
	width: 80%;
	margin: 5em auto;
	padding: 2em;
	background-color: #fdfdff;
	border-radius: 0.5em;
	box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
	display: block;
    position: relative;
}

@media (max-width: 767px) {
	div.page-container {
		margin: 0 auto !important;
		width: auto !important;
		border-radius: 0em !important;
	}
}

@media (max-width: 767px) {
    .page-container {
        margin: 5rem 1rem;
    }

    .section-header {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .content {
        max-width: 250px;
		left: 0;
		right: 0;
		margin: auto;
    }
}

@media (min-width: 768px) {
    .page-container {
        margin: 5rem 2.5rem;
    }

    .content {
        max-width: 90%;
		left: 0;
		right: 0;
		margin: auto;
    }
}

@media (min-width: 1024px) {
    .page-container {
        max-width: 900px; /*900*/
        margin: 5rem auto;
    }
}

@media (min-width: 1280px) {
    .page-container {
        max-width: 1000px; /*1164*/
        margin: 5rem auto;
    }

    .content {
        max-width: 90%;
    }
}

#display_invalid_domain, #display_dot_th, #display_dot_other, #display_default { display: none; margin-bottom: 30px; }