@media (max-width: 660px) {
	#content img.alignright,#content img.alignleft {
		display: block;
		margin: 0 auto 30px;
		float: none;
	}
  td {
    /*display: block;*/
  }
}

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}



table td{
background-color: transparent !important;
}
table th{
white-space: nowrap;
background-color: transparent !important;
}

.veu_childPage_list .wp-post-image {
    border: none;
}


/*contactform7*/

.contactform dl {
padding: 15px 0;
/*border-bottom: 1px solid #ccc;*/
}

.contactform dt {
padding-bottom: 5px;
}

.contactform dd {
margin-left: 0;
}

.submitBtn{text-align:center;}

.inputbtn{
font-weight: 400;
color: #fff;
background-color:#009939;
border:none;
border-radius:5px;
padding: 15px 40px;
width: 100%;	
}

.inputbtn:hover {
background-color:#fde310;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
    border: 1px solid #D4E8E6;
    border-radius: 3px;
	   width: 100%;	
}

@media screen and (min-width: 768px) {
.contactform dt {
clear: left;
float: left;
width: 20%;
}
.contactform dd {margin-left: 23%;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select {width: 50%;}
textarea {width: 100%;}
.inputbtn{width: 50%;	}
}

.content h2{
 color: #006CC8;
 font-weight: bold;
}

.content h4{
 color: #006CC8;
 font-weight: bold;
 font-size: 1.2em;
}

/*contactform7*/
.contactform dl {
padding: 15px 0;
/*border-bottom: 1px solid #ccc;*/
}

.contactform dt {
padding-bottom: 5px;
}

.contactform dd {
margin-left: 0;
}

.submitBtn{text-align:center;}

.inputbtn{
font-weight: 400;
color: #fff;
background-color:#006CC8;
border:none;
border-radius:5px;
padding: 15px 40px;
width: 100%;	
}

.inputbtn:hover {
background-color:#222324;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
    border: 1px solid #D4E8E6;
    border-radius: 3px;
	   width: 100%;	
}


@media screen and (min-width: 768px) {
.contactform dt {
clear: left;
float: left;
width: 20%;
}
.contactform dd {margin-left: 23%;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select {width: 50%;}
textarea {width: 100%;}
.inputbtn{width: 50%;	}
}

