.station {
	margin: 0 auto;
	width: 960px;
}

/* -------------- Day weather ---------------*/
.weather {
	display: flex;
	align-items: center;
	text-align: center;
}
.day {
	background-color: #70B1E2;
	color: black;
}
.night,
.night_to_night {
	background-color: #062845;
	color: white;
}
.night_to_day {
	background-image: linear-gradient(to right, #062845, #062845, #3A6890);
	color: white;
}
.night_from_day {
	background-image: linear-gradient(to left, #062845, #062845, #3A6890);
	color: white;
}
.day_to_night {
	background-image: linear-gradient(to right, #70B1E2, #70B1E2, #3A6890);
	color: black;
}
.day_from_night {
	background-image: linear-gradient(to left, #70B1E2, #70B1E2, #3A6890);
	color: black;
}
.desc {
	font-size: 1.2em;
	height: 2.4em;
}
.temp {
	font-size: 3em;
	font-weight: bold;
}
table {
	float: left;
	margin: 10px auto;
	cursor: default;
}
table td {
	padding: 5px 20px;
}
@media screen and (max-width: 524px) {
	.station {
		margin: 0 22px;
		width: auto;
	}
	table {
		border: 0;
	}
	table td {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
}
/* -------------- Forecast weather ---------------*/
.forecast {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
}
.tabDay {
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	background: #f6f6f6;
	margin: 20px 1px 0 1px;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #f6f6f6;
	table-layout: fixed;
}
.tabDay.dashboard {
	margin: 10px 5px;
}
.tabDay.current {
	background: none;
	margin: 0 1px;
	padding: 20px 0 0 0;
	border-color: black;
	-moz-border-radius: 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px; 
}
.secDay {
	width: 100%;
	padding: 10px 10px;
	display: none;
}
.secDay.current {
	display: block;
}
.secDay table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.secDay table th {
	width: 200px;
    font-weight: normal;
	text-align: left;
}
.secDay table td {
	padding: 0;
	text-align: center;
}
.times th {
	font-size: 1.4em;
	padding: 0;
}
.time {
	font-size: 1.2em;
	text-align: center;
	left: 50%;
	position: relative;
}
.bold {
	font-weight: bold;
}
.predicDay,
.pictoDay,
.picto3h {
	text-align: center;
	position: relative;
	display: inline-block;
}
.pictoDay img {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 70px;
}
.picto3h img {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 51px;
}
.predicDay .tooltip,
.pictoDay .tooltip,
.picto3h .tooltip {
	visibility: hidden;
	width: 110px;
	background-color: white;
	color: black;
    opacity: 0.9;
	font-size: 0.9em;
	text-align: center;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 90%;
	left: 50%;
	margin-left: -60px; 
}
.predicDay:hover .tooltip,
.pictoDay:hover .tooltip,
.picto3h:hover .tooltip {
	visibility: visible;
}
.tempMinMax {
	font-weight: bold;
	opacity: 0.8;
}
.tempMin {
	color: blue;
}
.tempMax {
	color: red;
}
.predictability {
	font-size: 1.8em;
	color: limegreen;
	display: inline-block;
	margin: -20px auto;
}
.up {
	font-size: 0.6em;
	vertical-align: super;
}
/* -------------- General style ---------------*/
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		 url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* weather font */
@font-face {
	font-family:meteoblue;
	font-style:normal;
	font-weight:400;
	src: url(fonts/meteoblue_pictofont_rev13.woff) format("woff"),
		 url(fonts/meteoblue_pictofont_rev13.ttf) format("truetype")
}
body {
	overflow: hidden; /* Hide scrollbars */
}
html *{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
h3 {
	text-align: center;
	margin: 5px 0;
}
div {
	margin: 5px 0;
}
th {
	padding: 3px 0;
}
.picto img {
	vertical-align: middle;
}
.footer span {
	 color: #333;
	 font-size: 0.8em;
	 font-style: italic;
	 float: right;
}
.footer img {
	vertical-align: middle;
	margin: 10px 5px;
}
/* --- Meteoblue Glyphes --- */
.glyph {
	direction:ltr
}
.glyph:after,
.glyph:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	display:inline-block;
	font-family:meteoblue,sans-serif;
	font-style:normal;
	font-weight:400;
	line-height:1;
	position:relative;
	text-decoration:none;
	vertical-align:baseline
}
.glyph:after:hover,
.glyph:before:hover {
	text-decoration:none
}
.glyph.time:before {
	content:"\00e0e0"
}
.glyph.date:before {
	content:"\00e0e7"
}
.glyph.temperature:before {
	content:"\00e010"
}
.glyph.temperature-felt:before,
.glyph.windchill:before {
	content:"\00e011"
}
.glyph.winddir:before {
	content:"\00e012"
}
.glyph.winddir.N:before {
	content:"\00e008"
}
.glyph.winddir.NNE:before {
	content:"\00e009"
}
.glyph.winddir.NE:before {
	content:"\00e00a"
}
.glyph.winddir.ENE:before {
	content:"\00e00b"
}
.glyph.winddir.E:before {
	content:"\00e00c"
}
.glyph.winddir.ESE:before {
	content:"\00e00d"
}
.glyph.winddir.SE:before {
	content:"\00e00e"
}
.glyph.winddir.SSE:before {
	content:"\00e00f"
}
.glyph.winddir.S:before {
	content:"\00e000"
}
.glyph.winddir.SSW:before {
	content:"\00e001"
}
.glyph.winddir.SW:before {
	content:"\00e002"
}
.glyph.winddir.WSW:before {
	content:"\00e003"
}
.glyph.winddir.W:before {
	content:"\00e004"
}
.glyph.winddir.WNW:before {
	content:"\00e005"
}
.glyph.winddir.NW:before {
	content:"\00e006"
}
.glyph.winddir.NNW:before {
	content:"\00e007"
}
.glyph.windspeed:before {
	content:"\00e013"
}
.glyph.windgust:before {
	content:"\00e014"
}
.glyph.humidity:before {
	content:"\00e015"
}
.glyph.rain:before {
	content:"\00e016"
}
.glyph.rain1h:before {
	content:"\00e017"
}
.glyph.rain3h:before {
	content:"\00e018"
}
.glyph.precipprob:before {
	content:"\00e019"
}
.glyph.watertemp:before {
	content:"\00e01a"
}
.glyph.waveheight:before {
	content:"\00e01b"
}
.glyph.wavedirection:before {
	content:"\00e01c"
}
.glyph.windwavedirection:before {
	content:"\00e01d"
}
.glyph.pressure:before {
	content:"\00e01e"
}
.glyph.sunshine:before {
	content:"\00e01f"
}
.glyph.predictability:before {
	content:"\00e020"
}
.glyph.sunrise:before {
	content:"\00e021"
}
.glyph.sunset:before {
	content:"\00e022"
}
.glyph.snow:before {
	content:"\00e025"
}
.glyph.dust:before {
	content:"\00e026"
}
.glyph.swellwaveheight:before {
	content:"\00e028"
}
.glyph.swellwaveperiod:before {
	content:"\00e029"
}
.glyph.windwaveheight:before {
	content:"\00e02a"
}
.glyph.windwaveperiod:before {
	content:"\00e02b"
}
.glyph.thunderstormprob:before {
	content:"\00e02c"
}
.glyph.ozone:before {
	content:"\00e02d"
}
.glyph.uvindex:before {
	content:"\00e02e"
}