@charset "utf-8";
/* cst map in /climate/data/acorn-sat/ */

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image:none;
}

#bommap {
	/*width: 370px !important;*/
	width: 400px !important;
	height: 250px !important; /* 250 */
}

.olControlZoomPanel {
  left: 10px;
  top: 10px;
}

.olPopup {
	font-size: 12px; 
	line-height: 11px;
	 background-color: #F5F5F;
	background-image: linear-gradient(to bottom, #fff, #F5F5F);
}
.olPopup table {
	width:95%;
}
.olPopup th {
	color: #666666; font-size:10px;
	font-weight:normal;
}

.olPopup table th h2 {
	font-size: 12px;
	margin:2px 0;
	padding:0;
}
.olPopup td {
   padding-left:4px;
}
#ip {padding:1em 0 0 80px;}
