.line { display: block; width: 100%; height: 3px; background-color: #2a9fff; border: 0; } #formWrap3 {	width:100%;	margin:0 auto;	color:#555;	line-height:120%;	font-size:90%;}table.formTable3{	width:100%;	margin:0 auto;	border-collapse:collapse;}table.formTable3 td,table.formTable3 th{	border:1px solid #ccc;	padding:10px;	text-align:left; /*	text-align:center; */}table.formTable3 th{	width:30%;	font-weight:normal;/*	background:#efefef; */	background:#ffffff;	text-align:left; /*	text-align:center; */}/* @media screen and (max-width:572px) { */@media screen and (max-width:767px) {#formWrap3 {	width:95%;	margin:0 auto;}table.formTable3 th, table.formTable3 td {	width:auto;	display:block;}table.formTable3 th {	margin-top:5px;	border-bottom:0;}input[type="text"], textarea {	width:80%;	padding:5px;	font-size:110%;	display:block;}input[type="submit"], input[type="reset"], input[type="button"] {	display:block;	width:100%;	height:40px;}}