 
  .divReservation h2 span#close, .divReservation h2  span.closer {cursor:pointer; font-size:2.4rem; font-weight: 800;}
  .divReservation h2,  .divReservation h3,  .divReservation h4,  .divReservation h5{margin:4px;}
  div.divReservation,  div.divReservation *, div#divReservationT,  div#divReservationT *  {
		 font-size: 11px;
		 font-weight: 700;
		  /* color:#100; */
		 color: var(--white-text);
		}
		div.divReservation img {margin: 0px; padding: 0px;}
		div.divReservation{
		 width:265px;
		 background-color:var(--bkgd-color-gre) ;
		 position:absolute;
		 left:0%;
		 top:0px;
		 padding:2px;
		 opacity:.7;
		 border-radius:12pt;
		 float:left;
		 clear:right;
		 z-index:300;
	 }
	 #divReservation{border:2px solid navy;}
	 tr,td{vertical-align:top;}
	div.divReservation input, .divReservation select . .divReservationT input, .divReservationT select {border-radius: 2px; box-sizing: border-box; padding: 1px; height:20px; color:navy !important;}
	div.divReservation input[type=date]{font-size: 10.5px; color:navy !important; }
	div.divReservation textarea {border-radius: 2px; box-sizing: border-box; padding: 1px; width:99%; color:navy !important;}
	div.divReservation	input[type=text]{width:120px; color:navy !important;}
	div.divReservation	input{margin-top:2px;}
	div.divReservation select { margin: 2px 0 0 0; width:120px; color:navy !important;}
	div.divReservation option {color:navy !important;}
	 div.divReservation	h2, div.divReservation h2 *, div#divReservation h2, div#divReservationT h2 *{font-size: 16px;}
	 #mailStatus {font-size: 13pt; font-weight: 800; display: block; text-align: center; background-color: #FFF;}
	 @media screen and (max-width:590px)
      {
	      div.divReservation {position:static; width:100%; background-color: cadetblue;}
          div.divReservation	input[type=text], div.divReservation select, div.divReservation input[type=date]{width:90%;}
	      input[type=text], input[type=date], select{min-height:32px !important;}
	      input[type=text], select, textarea{width:99%;}
		  div.divReservation select{height:40px; width:95%;}
		  div.divReservation textarea { width:97%; height:72px !important;}
	      input[type=submit], input[type=button], input[type=reset]{height:36px !important;}
		  header.header{position:static !important;}
		  .header-menu-nav-folder {position:static !important; min-height:30%;}
	 }