<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table#tour {
	width: 675px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table#tour th,
table#tour td{
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

table#tour th{
width:60px;
text-align:center;
font-weight:bold;
vertical-align:middle;
background-color:#eeeeee;
padding:10px;
white-space: nowrap;
}

table#tour td{
vertical-align:middle;
font-size:12px;
}
table#tour td#head1{
border-bottom:none !important;
font-weight:bold;
text-align:center;
background-color:#eeeeee;
}
table#tour td#head2{
border-bottom:none !important;
border-right:none !important;
font-weight:bold;
background-color:#ff9900;
text-align:center;
}

.p25{
padding:25px !important;;
}
.p35{
padding:35px !important;;
}
table#tour table{
width:100%;
}

table#tour table td{
	width: 50%;
	padding: 15px;
	text-align: left;
}

.last{
border-bottom:none !important;
}
.bb{
background-color:#ffffe1;
font-weight:bold;
border-right:none !important;

}
#content #right #box #difference{
background-color:#009933;
color:#FFFFFF;
text-align:center;
font-weight:bold;
border:none;
padding:10px;
font-size:14px;
margin-bottom:30px;
}
</pre></body></html>