
.dados{
	font-size: 19px;
    margin-bottom: 20px;
}

/* #carl_vinson { display : none!important; } */

@media only screen and (max-width : 479px){
      #enviarpedido {margin-top : 10px; width : 100%;}
      .dados{ width : 90%!important;}
      .avisos {width : 100%!important}
    label { width : 82%!important;}
	.slogan.columns.sixteen { padding-left : 5%!important; }
	#carl_vinson { display : block!important; }
/*
   .slogan.columns.sixteen{
     padding-left : 19px!important;
     padding-right : 0px!important;
   }
*/
   #catpcha{margin-left:0px;}
      #selectMenuHandler{width: 100%!important;}
      input[type=text],input[type=number], textarea, select:not(#selectMenuHandler){
			width : 100%!important;
		}
	
   @media only screen and (min-width : 479px){
		input[type=text],input[type=number], textarea, select{
			width : 100%!important;
		}
	}
      label {width : 70%;} 
      textarea { height : 2%; } 	 
      select {	 	 
      width : 100%;	 	 
      background-position: 99% center!important;	 	 
      }	 
      @media only screen and (width: 800px){	 	 
		.form div {	 	 
		width: 88%!important;	 	 
		}	 	 
      }	 	 
      .inputCorreto{	 	 
      background: url(http://192.168.2.244/wordpress/wp-content/uploads/2017/05/green_ok.png)!important;	 	 
      background-repeat: no-repeat!important;	 	 
      background-position: right!important;	 	 
      background-position-y: 1px!important;	 	 
      }	 	 
      .inputIncorreto{	 	 
      background: url(http://192.168.2.244/wordpress/wp-content/uploads/2017/05/warning.png)!important;
      background-repeat: no-repeat!important;	 	 
      background-position: right!important;	 	 
      background-position-y: 1px!important;	 	 
      }	 	 
	  
	  @media only screen and (max-width : 479px){
		#captcha {
			margin-left: 3%!important;
		}
	 }