@charset "utf-8";

.contact-table{
	border:1px solid #ccc;	
	border-collapse: collapse;
	width:100%;
	margin:20px 0;
}

.contact-table tr th{
	padding:10px;
	text-align:center;
	border:1px solid #ccc;	
	width:20%;
	background-color:#efefef;
}

.contact-table tr td{
	padding:10px;
	border:1px solid #ccc;	
	width:80%;
}

.contact-table tr th, .contact-table tr td{
	font-size:1.2em;
}

form textarea{
	width:60%;
	height:180px;
	padding:6px;
	border-radius:1%;
}

input[type="text"], input[type="email"], input[type="tel"], form select{
	padding:6px;
	border-radius:1%;
	box-shadow:none;
	border:1px solid #ccc;
}

.screen-reader-response, .wpcf7-response-output{
	color:#f00;
	margin:10px;
	padding:10px;
}

.wpcf7-not-valid-tip{
	margin-top:0;
	display:block;
	color:#f00;
	font-size:11px;
}
