<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.jwts_tabbernav{
	display: none;
}
/* Mappress Container Map Hacks */
.jwts_tabbernav div.mapp-container, /* Firefox */
.jwts_tabbernav&gt;div.mapp-container,  /* Safari */
* html .mapp-container
{
	display: block;
}
/* if map still not display properly, active css below */
/*.mapp-container,
.mapp-canvas
{
	display: block;
}
*/

/* Clearfix Hacks */
.jwts_clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.jwts_clearfix {
	display: inline-block;
}
 
html[xmlns] .jwts_clearfix {
	display: block;
}
 
* html .jwts_clearfix {
	height: 1%;
}</pre></body></html>