a{
    text-decoration: none;
}

.img-logo {
	vertical-align: bottom
	
}

h2 {
	margin-top: 30px;
	margin-bottom: 15px;	
}

h1 {
	text-align:center;
}

h4 {
	text-align:center;
}

table.data-table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.data-table td, .data-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table.data-table tr:nth-child(even){background-color: #f2f2f2;}

table.data-table tr:hover {background-color: #ddd;}

table.data-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}


input.date {
	width: 8em;
	text-align: center;
}


.graphContainer {
	width: 50%;
	min-width: 912px;
	border: solid gray;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 40px;
	background-color: #d2eae8;
}

.graphInnerContainer {
	background-color: white;
	padding-left: 25px;
	border-radius: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	margin-right: 37px;
	padding-top: 20px;
}

.graph {
	height:300px;
	width:600px;
	position: relative;
	text-align:left;
	background-color: white;
	margin: auto;
}



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

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


.inline-block {
	display: flex;
}

.current-conditions-block {

	margin-top: 30px;
	margin-bottom: 50px;
	justify-content: center;
	
}

.meteoCurrentValue {
	margin-left: 10px;
	margin-right: 40px;
}

.dew {
	color: orangered;
	}

.sensorValue {
	font-size: 50pt;
	margin-left: 10px;
}

.meteo-title {
	background: #fbeee4;
	padding: 10px;
	border-radius: 15px;
	color: #688591;
}

.centered-text {
	text-align: center;
	}
	
.blink {
	opacity: 1;
	animation: myblink 2s infinite;
	}
	
@keyframes myblink {
	50% { opacity : 0; }
	}


@media only screen and (max-width: 900px) {
	.graph {
		width: calc(100% - 20px);
	}

	.graphContainer {
		min-width: 92vw;
	}

	.graphInnerContainer {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.inline-block {
		display: block;
	}
	
	.meteoCurrentValue {
	
		margin-right: 60px;
	}
	

  }
