html{
 box-sizing:border-box;
 
}
*, *:before, *:after{

box-sizing:inherit;
}


body{
margin:0px;
padding:0px;	
	
} 


.wrapper_form{
	display:flex;
	flex-direction:column;
	border:0px solid green;
	width:100%;
	margin:10px;
	background:rgba(0,0,0,0.1);
	padding:10px;
	
	
}

.taf_form_div{
 max-width:1000px;
 margin:0 auto;

 }


.climate_content{
	background-image: linear-gradient(260deg, #00FFFF 0%, #008000 100%);
}

.climate_content >a{
	margin-bottom:1px;
}

.show_sigmet_divs_are_here{
	background-image: linear-gradient(260deg, #00FFFF 0%, #008000 100%);
}

.show_sigmet_divs_are_here>a{
	margin-bottom:1px;
}

/* .taf_form_div{
	display:flex;
	/* background:rgba(0,0,0,0.2); 
} */


.retrieve_form{
	display:flex;
	flex:1;
	border:0px solid red;
	
}
.inner_form_div{
    display:flex;
	flex:1;
	border:0px solid white;	
	flex-direction:column;
}
.inner_form_div_sections{
	display:flex;
	border:0px solid white;	
	
}
.inner_div_display_options_label{
	display:flex;
	border:0px solid white;
	width:100%;
}

.sec1{
	display:flex; 
	border:0px solid blue;
	/* max-width:1000px; */
	
}

/*.div_radio{
	display:flex;
	
} */

.div_radio{
    /* background-color:#FFEFD5; */
	
	display:flex;
	margin-left:1px;
	/* background-image: linear-gradient(260deg, #00FFFF 0%, #008000 100%); */	
	padding:10px;
   flex:1;
	
}
.div1_radio_sec{
border:0px solid red;
padding:5px;
}

.sec2{
margin-top:10px;
margin-left:5px;
border:0px solid red;	
}
#stn_icao_id{
	font:18px bold Tahoma;
	font-weight:900;
	padding:10px;
}
#input_icao_id{
	padding:10px;
}

.btn{padding:5px;}





@media all and (max-width:1000px){
	
	.taf_form_div{flex-wrap:wrap;}
	.wrapper_form{flex-wrap:wrap;}
	.inner_form_div{flex-wrap:wrap;}
	.inner_form_div_sections{flex-wrap:wrap;}
	.inner_div_display_options_label{flex-wrap:wrap;}
	
}

@media all and (max-width:500px){
	
	.taf_form_div{
      display:flex;
	  flex-direction:column;
   }
   .wrapper_form{
	   display:flex;
	   flex-direction:column;
   }
   
   .inner_div_display_options_label{
	   display:flex;
	   flex-direction:column;
   }
	
}






