﻿h6 {
font: normal 15px "Playfair Display", serif;
  font-weight: normal;
  color: #464646;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 10px;
 }
 
#date_of_arrival + label {
position: absolute;
left: 20px;
z-index: 30;
top: 2px;
color: #827c79;
display: inline-block;
height: 40px;
width: 200px;
background-color: #ffffff;
font-size: 16px;
padding-top: 11px;
  font-style: italic;
}

#date_of_departure + label {
position: absolute;
left: 20px;
z-index: 30;
top: 2px;
color: #827c79;
display: inline-block;
height: 40px;
width: 200px;
background-color: #ffffff;
font-size: 16px;
padding-top: 11px;
  font-style: italic;
}

/*
#date_of_departure:focus + label {
display: none;
}

#date_of_departure:focus + label {
display: none;
}

input:focus + label {
display: none;
}
*/

.flightbox {
display: inline-block;
width: 100%;
position: relative;
}

@media only screen and (max-width: 600px) {

	html #date_of_arrival + label {
		font-size: 12px;
		left: 190px;
	}

	html #date_of_departure + label {
		font-size: 12px;
		left: 190px;
	}
}