<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.data_table th {
	background-color: #d2d9db !important;
	color: #000000 !important;
}

.data_table th:hover {
	text-decoration:none;
	color: #000000 !important;
}

.mainContent h2 {
	text-indent: 0 !important;
	color: #333838 !important;
	font-weight: bold;
	font-size: 1.1em;
}

.mainContent h3 {
	text-indent: 0 !important;
	color: #000000;
	font-weight: bold;
}

h4 {
	text-indent: 0 !important;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.leftMenuPage div.subMenu .sub1 ul {
	background-color: #d2d9db;
}

tr.engTextB, tr.chiTextB {
	background-color: #d2d9db !important;
}

tr.engTextB a, tr.engTextB a:hover, tr.chiTextB a, tr.chiTextB a:hover {
	color: #000 !important;
}

.tgrp {
	border: 2px solid #000;
	color: #000;
}

.tgrp .trow {
	display:flex;
	flex-direction:row;
	background-color: #fff;
}

.tgrp .trow:nth-child(odd){
	background-color: #f0f0f0;
}

.tgrp .trow div:first-child{
	width:60px;
	align-items: center;
    display: flex;
	padding: 5px;
	border-right: 1px solid #000;
}

.tgrp .trow div:last-child{
	width:100%;
	align-items: center;
    display: flex;
	padding: 5px;
}

.tgrp2 {
	border: 2px solid #000;
	color: #000;
}

.tgrp2 .trow2 {
	display:flex;
	flex-direction:row;
	background-color: #fff;
}

.tgrp2 .trow2:nth-child(odd){
	background-color: #f0f0f0;
}

.tgrp2 .trow2 div:first-child{
	width:160px;
	align-items: center;
    display: flex;
	padding: 5px;
	border-right: 1px solid #000;
}

.tgrp2 .trow2 div:last-child{
	width:100%;
	align-items: center;
    display: flex;
	padding: 5px;
}

.chiText a, .chiText a:hover,
.chiText2 a, .chiText2 a:hover,
.data_table td a, .data_table td a:hover,
.contentPage a, .contentPage a:hover,
.tgrp .trow div a, .tgrp .trow div a:hover {
	color: #000 !important;
}

.tgrp:nth-child(n+2){
	margin-top: 20px;
}

.tgrp .trow:nth-child(n+2){
	border-top: 1px solid #000;
}

.tgrp2 .trow2 div a, .tgrp2 .trow2 div a:hover {
	color: #000 !important;
}

.tgrp2:nth-child(n+2){
	margin-top: 20px;
}

.tgrp2 .trow2:nth-child(n+2){
	border-top: 1px solid #000;
}

.leftMenuPage div.select_header select{
	color: #0749a3 !important;
}

.engText, .chiText {
	text-indent: 5 !important;
	text-align: justify;
}

.engText2, .chiText2 {
	text-indent: 0 !important;
	text-align: justify;
}

.engNote, .chiNote {
	text-indent: 10 !important;
	text-align: left;
}

.engNote a, .engNote a:link, .engNote a:visited, .engNote a:hover {
	color: #000 !important;
	font-weight: bold;
	text-decoration-line: underline;
}

.mainContent .engText p, .mainContent .chiText p {
	text-align: justify !important;
}

/*ul {
	margin-left: 0; 
	padding-left: 40px; 
	list-style-type: none;
}*/
.mainContent .engText li, .mainContent .chiText li{
    text-indent: initial;
}
.engText .self_align_center, .chiText .self_align_center, .data_table tr td{
	text-indent: 0 !important;
}
.table_cellspacing_1{
	border-spacing: 0px !important;
}

.grid_thumbnail {
	width:100%;
	height:180px;
	float:left;
	text-align:center;
	margin-bottom:20px;
}

@media screen and (min-width: 551px) {
	.grid_thumbnail {width:calc( 100% / 2);}
}

@media screen and (min-width: 758px) {
	.grid_thumbnail {width:calc( 100% / 3);}
}

@media screen and (min-width: 1272px) {
	.grid_thumbnail {width:calc( 100% / 4);}
}

body .publica .leftMenuCont .grid_thumbnail img{
	width:100px !important;
	height:80px !important;
}

.trackInfo p, .trackInfo strong {
	color: #000 !important;
	text-align:center;
}

.trackInfo h1{
	color: #333838 !important;
	text-align: center;
	font-size: 16px;
}

.contentPageTable{
	display:flex;
	flex-direction:column;
}

.contentPageTable&gt;div{
	min-height:32px;
	display:flex;
	flex-direction:row;
	background-color: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.contentPageTable&gt;div.contentPageTitle{
	min-height:42px;
	background-color: #ebebeb;
	border-top: 2px solid #000;
	font-weight: bold;
}

.contentPageTable&gt;div.contentPageTitle:nth-child(n+2){
	margin-top:20px;
}

.contentPageTable&gt;div&gt;div{
	width:15%;
	padding:5px;
	display:flex;
	align-items:center;
	text-align:center;
}

.contentPageTable&gt;div&gt;div a{width:100%}

.contentPageTable&gt;div&gt;div:first-child{
	width:85%;
	text-align:left;
}

.contentPageTable&gt;div&gt;div:nth-child(2){
	border-left: 1px solid #000;
}

.contentPageTable img{
	max-width: 32px;border:0px;
}
</pre></body></html>