/* CSS Document */
#footer p {
	text-align:center
}

#footer a {
	color:#fff!important;
	text-decoration:none!important;
	border-bottom:1px dotted #fff;
}

#home, #map { height: 100%; width: 100% }
#home .ui-content { padding: 0 }



#geoparams {
	border: 1px dotted black;
	padding: 0.5em;
}

#image_wrap img {
    min-width: 100%;
}


@media screen and (orientation:portrait) {
#home div[data-role="content"] { height: 79%;}
}
@media screen and (orientation:landscape) {
#home div[data-role="content"] { height: 50%;}
}