<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr,
acronym, address, code, del, dfn,
em, img, q, dl, dt, dd,
ol, ul, li, fieldset, form,
label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	/*font-family:inherit;*/
	vertical-align:baseline;
}

#map_canvas, #map_canvas-wide{
	border: 10px solid #006686;
	border-radius: 13px 13px 13px 13px;
	height: 580px;
	margin: 10px auto;
	overflow: hidden;
	width: 98%;
}


#container{
	height: 600px;
	width: 1000px;
    margin: 0 auto;
    padding: 1em;
    border-radius: 8px 8px 8px 8px;
}

#header_icons, #header_icons-wide{
	width: 1230px;
	margin: 0 auto;
	position: relative;
	/* top: 30px; */ 
	/*height: 58px;*/
	width: 100%;
	overflow: hidden;
}

#header_icons a, #header_icons-wide a{
	margin: 0 0 0 5px;
	overflow: hidden;
	/*text-indent: -9999px;*/
}

#header_icons #hebrew_me, #header_icons-wide #hebrew_me{
	background: url("../../images/hebrew.png");
}

#header_icons #english_me, #header_icons-wide #english_me{
	background: url("../../images/english.png");
}

#header_icons #malulim, #header_icons-wide #malulim-wide{
	/*height: 60px;
	width: 550px;*/
	float: right;
}
#malulim div, #malulim-wide div { margin-top:14px; float:right; font:bold 14px arial; margin-right:20px;}
#header_icons #languages, #header_icons-wide #languages{
	float: left;
	width: 250px;
	height: 52px;
	display: none;
}

#header_icons #languages a, #header_icons-wide #languages a{
	float: left;
}

#header_icons #malulim a, #header_icons-wide #malulim-wide a{
	opacity: 0.8;
    vertical-align:top;
    display:inline-block;
    text-align:center;
}

#header_icons #malulim a img, #header_icons-wide #malulim-wide a img{
    vertical-align:top;
}

#malulim #track_2km, #malulim-wide #track_2km{ 
	background: url("../../images/sign_2km.png") center center no-repeat;
}
#malulim #track_5km, #malulim-wide #track_5km{ 
	background: url("../../images/sign_5km.png") center center no-repeat;
}

#malulim #track_10km, #malulim-wide #track_10km{ 
	background: url("../../images/sign_10km.png") center center no-repeat;
}

#malulim #track_half, #malulim-wide #track_half{ 
	background: url("../../images/sign_half.png") center center no-repeat;
}

#malulim a:hover, #malulim-wide a:hover{
	opacity: 0.9 !important;
	/* background-color: #000 !important; */
}

#malulim .selected, #malulim-wide .selected{
	opacity: 1 !important;
}

.insideyou{
	direction: RTL;
}</pre></body></html>