html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{ margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; 
font-size: 18px;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; margin-bottom: 20px; margin-top: 20px; width: 100%; }


body {
	 background-color: #fff;
	 color: #111;
	 font-family: Helvetica, "Microsoft JhengHei", "Microsoft YaHei", Arial, Verdana, sans-serif;
	 line-height: 24px; 
}

a {
	color: #003896;
	text-decoration: none;
}

a:hover {
	color: #00a0e9;
}

#main-container {
	margin-bottom: 40px;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

h1 { 
	font-size: 1.8rem;
	line-height: 30px;
	margin-bottom: 20px;
}

th,
td {
	border: 1px solid #707070;
	padding: 10px;
	text-align: center;
}

th {
	background: #CCCCCC;
	font-weight: 700;
}

#company-logo {
	float: left;
}

#company-declares {
	color: #ffd100;
	float: left;
	margin-top: 15px;
}

#nav-language {
	color: #cfd8dc;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
}

#nav-language a {
	color: #cfd8dc;
	margin-right: 20px;
	text-decoration: none;
}

#nav-language a:hover {
	color: #fff;
}

#nav-language ul li {
	display: inline;
	list-style-type: none;
}

#nav-menu {
	background-color: #006da8;
	background-image: linear-gradient(to top, #05abdd, #00497c);
	border-bottom: 2px solid #000;
	border-top: 1px solid #08aeec;
	padding-left: 40px;
}

#nav-menu a {
	color: #fff;
	margin-right: 30px;
	text-decoration: none;
}

#nav-menu a:hover {
	color: #fff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#nav-menu li {
	display: inline;
	line-height: 35px;
	list-style-type: none;
	/* margin-left: 10px; */
}

#footer {
	background-color: #e4e8eb;
	clear: both;
	padding: 20px;
	text-align: center;
}

#footer ul {
	font-size: .8rem;
}

#footer li {
	display: inline;
	margin-right: 10px;
}

.domain::before {
	content: "\0040";  /* Hide the email address - Unicode character for @ symbol */
}

.button-inline {
	margin-bottom: 40px;
	margin-top: 20px;
}

.button-inline li {
	display: inline;
	list-style-type: none;
	margin-right: 20px; 
}

.btn-info{
	background-color:#3498db !important;
}
.btn-info:hover{
	background-color:#0056b3 !important;
}