body {
	height: 100%;
	min-height: 100vh;
	background-color:#fafaff;
	margin: 0;
	padding: 0;
	font-family:"Segoe UI";
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* Τυπική συμβατότητα */
}

#container {
	height: 100%;
	min-height: 100vh;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

#pano {	
	height:50px;
	border-bottom: thick double #32a1ce;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#pano span {
	min-width:250px;
	margin-right: auto;
	margin-left:10px;
}

#daterange {
	text-align: center;
	margin: 0 auto; 
	width:275px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid lightgray;
	height:25px;
	padding:15px;
	margin:6px;
	margin-left:-60px;
	background-color:white;
}

#photos {
	margin-left: auto;
}

#photos img{
	height:40px;
	margin-right:15px;
}

#photos img:hover {
	cursor: pointer;
}

#mesi {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	flex: 1;
	padding-bottom:15px;
}

#wait {
	height:250px;
	align-self: center;
}

#kato {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height:25px;
	border-top: thick double #32a1ce;
	font-size:11px;
}