#map_container > div {
	margin-right:400px;
}

.meteo_container {
  background-color: #eeeeee;
  border: 2px solid #dddddd;
  border-radius: 15px;
  margin: 30px;
  position: fixed;
  right: -17px;
  top: 9px;
  z-index: -1;
  overflow: auto;
}


@media only screen and (max-height : 1000px) {

.meteo_container {
	height:95%;
	max-height: 810px;

	}
}


@media only screen and (max-height : 850px) {

.meteo_container {
	height:90%;
	max-height: 800px;

	}
}

.meteo_tab_links {
  display: inline-flex;
  font-family: arial;
  font-size: 11pt;
  list-style-type: none;
  position: fixed;
  right: 47px;
  text-align: center;
  text-decoration: none;
  width: 300px;
}

.meteo_tab_links a {
	text-decoration:none;
	outline: 0;
}

.meteo_tab_links li {
  background-color: #cacaca;
  border-color: #ccc;
  border-image: none;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 2px 2px 0;
  margin-left: 2px;
  min-width: 65px;
  padding: 4px 12px 2px;
}


.meteo_tab_links li.activeTab {
  background-color: #eeeeee;
}

.meteo_wind_container {
	margin:auto;
	padding-top:10px;
}

.graph {
    height:150px;
    width:330px;
    margin-top: 30px;
    position: relative;
    left: -13px;
    text-align:center;
}

.graphTitle {
    position:relative;
    top: -12px;
    font-size:10pt;
    font-family:arial;
}

.winddir_graph {
	
	height:120px;
	width: 120px;
	left:0;
	border-radius: 59px;
	background-color:white;
	margin:auto;
	
}

.winddir_graph .graphTitle {
	top:-18px;
}

.meteo_widget {
	font-size:10pt;
	font-family:arial;
}

.meteo_widget ul {
    list-style-type: none;
}

.meteo_widget li {
    margin-bottom:4px;
}

.meteoValue {
    float:right;
    font-weight:bold;
    font-size:14px;
    
}

.meteo_now {
	margin-right:60px;
}

.flot-x-axis {
	font-size:8pt;
}

.flot-y-axis {
	font-size:8pt;
}

#graphTooltip {
	position:absolute;
	font-family:Helvetica;
	font-size:9pt;
	display: none;
	border: 1px solid #fdd;
	padding: 2px;
	background-color: #fee;
	opacity: 0.80;
}

.right-column {
  background-color: #eeeeee;
  border: 2px solid #dddddd;
  border-radius: 15px;
  font-family: arial;
  font-size: 10pt;
  margin-top: 16px;
  padding: 16px;
  position: fixed;
  right: -392px;
  width: 348px;
}

.right-column p {
  margin-bottom: 25pt;
  margin-left: 10px;
  margin-top: 25pt;
}

.right-column h3 {
  color: #30622F;
}
